ROC++  v1.2
Automatic Robust Optimization in C++
stdafx.hpp
Go to the documentation of this file.
1 //
2 // stdafx.h
3 // RobustOptimizationPlatform
4 //
5 // This software is Copyright © 2020 Phebe Vayanos. All Rights Reserved.
6 // Software created by Phebe Vayanos, Qing Jin, and George Elissaios
7 //
8 
9 #ifndef stdafx_hpp
10 #define stdafx_hpp
11 
12 
17 //
18 //
19 //#ifdef _WIN64
20 //#include "targetver.h"
21 //#include <tchar.h>
22 //#elif _WIN32
23 //#include "targetver.h"
24 //#include <tchar.h>
25 //#endif
26 //
27 //#include <stdio.h>
28 //
29 //
30 //
31 //
33 
34 
35 #endif /* stdafx_hpp */