Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members | Related Pages

OsiSymSolverInterface.hpp File Reference

#include "OsiSolverInterface.hpp"
#include "OsiSymSolverParameters.hpp"
#include "SymWarmStart.hpp"
#include "symphony_api.h"
#include "CoinPackedVector.hpp"
#include "CoinPackedMatrix.hpp"
#include <iostream>
#include <string>
#include <cassert>

Go to the source code of this file.

Namespaces

namespace  std

Classes

class  OsiSymSolverInterface
 OSI Solver Interface for SYMPHONY. More...

Defines

#define HAS_SRANDOM
#define HAS_RANDOM

Functions

void OsiSymSolverInterfaceUnitTest (const std::string &mpsDir, const std::string &netlibDir)
 A function that tests the methods in the OsiSymSolverInterface class.


Define Documentation

#define HAS_SRANDOM
 

Definition at line 26 of file OsiSymSolverInterface.hpp.

#define HAS_RANDOM
 

Definition at line 27 of file OsiSymSolverInterface.hpp.


Function Documentation

void OsiSymSolverInterfaceUnitTest const std::string &  mpsDir,
const std::string &  netlibDir
 

A function that tests the methods in the OsiSymSolverInterface class.

The only reason for it not to be a member method is that this way it doesn't have to be compiled into the library. And that's a gain, because the library should be compiled with optimization on, but this method should be compiled with debugging.


Generated on Sun Jun 11 02:00:40 2006 by  doxygen 1.3.9.1