/** @file osRemoteTest.cpp * * @author Gus Gassmann, Jun Ma, Kipp Martin, * @version 1.0, 26/06/2008 * @since OS1.1 * * \remarks * Copyright (C) 2008, Gus Gassmann, Jun Ma, Kipp Martin, * Dalhousie University, Northwestern University, and the University of Chicago. * All Rights Reserved. * This software is licensed under the Common Public License. * Please see the accompanying LICENSE file in root directory for terms. * */ #include #include "OSConfig.h" #include "OSCoinSolver.h" #include "OSIpoptSolver.h" #include "OSResult.h" #include "OSiLReader.h" #include "OSiLWriter.h" #include "OSrLReader.h" #include "OSrLWriter.h" #include "OSInstance.h" #include "OSFileUtil.h" #include "OSDefaultSolver.h" //#include "OSWSUtil.h" //#include "OSSolverAgent.h" #include "OShL.h" #include "OSErrorClass.h" #include "OSmps2osil.h" #include "OSBase64.h" #include "OSCommonUtil.h" #include "OSErrorClass.h" #include "OSMathUtil.h" #include using std::cout; using std::endl; int main( ){ // Hello world example, replace with your own code std::cout << "Hello World" << std::endl; return 0; }// end main