/home/coin/SVN-release/OS-2.1.1/OS/CoinAllExamples/template/template.cpp

Go to the documentation of this file.
00001 
00018 #include <cppad/cppad.hpp> 
00019 #include "OSConfig.h"
00020 #include "OSCoinSolver.h"
00021 
00022 #ifdef COIN_HAS_IPOPT  
00023         #ifndef COIN_HAS_ASL
00024                 #include "OSIpoptSolver.h"
00025                 #undef COIN_HAS_ASL
00026         #else
00027                 #include "OSIpoptSolver.h"
00028         #endif
00029 #endif
00030 
00031 #include "OSResult.h" 
00032 #include "OSiLReader.h"        
00033 #include "OSiLWriter.h"   
00034 #include "OSrLReader.h"          
00035 #include "OSrLWriter.h"      
00036 #include "OSInstance.h"  
00037 #include "OSFileUtil.h"   
00038 #include "OSDefaultSolver.h"  
00039 #include "OSWSUtil.h" 
00040 #include "OSSolverAgent.h"   
00041 #include "OShL.h"     
00042 #include "OSErrorClass.h"
00043 #include "OSmps2osil.h"   
00044 #include "OSBase64.h"
00045 #include "OSCommonUtil.h"
00046 #include "OSErrorClass.h"
00047 #include "OSMathUtil.h"
00048 
00049 
00050 
00051 #include<iostream> 
00052 using std::cout;   
00053 using std::endl;
00054 
00055 //int main(int argC, char* argV[]){
00056 int main( ){
00057         std::cout << "Hello World" << std::endl;
00058 
00059 }// end main
00060 

Generated on Mon May 3 03:05:22 2010 by  doxygen 1.4.7