Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class Members

OsiVolSolverInterfaceTest.cpp

00001 // Copyright (C) 2000, International Business Machines
00002 // Corporation and others.  All Rights Reserved.
00003 
00004 #include <cassert>
00005 
00006 #include "OsiVolSolverInterface.hpp"
00007 
00008 //#############################################################################
00009 
00010 #ifdef NDEBUG
00011 #undef NDEBUG
00012 #endif
00013 
00014 //--------------------------------------------------------------------------
00015 // test EKKsolution methods.
00016 void
00017 OsiVolSolverInterfaceUnitTest(const std::string & mpsDir, const std::string & netlibDir)
00018 {
00019 
00020   // Do common solverInterface testing
00021   {
00022     OsiVolSolverInterface m;
00023     OsiSolverInterfaceCommonUnitTest(&m, mpsDir,netlibDir);
00024   }
00025 
00026 }

Generated on Wed Dec 3 14:35:35 2003 for Osi by doxygen 1.3.5