48 #ifndef PROBLEM_DIM_HPP 49 #define PROBLEM_DIM_HPP 66 const meilp_solverRef
MS;
71 virtual void print(std::ostream& os)
const = 0;
virtual void print(std::ostream &os) const =0
REF_FORWARD_DECL(meilp_solver)
Base class providing several methods to encapsulate the interface to several ilp solver.
problem_dim(meilp_solverRef ms)
Template definition of refcount.
const meilp_solverRef MS
store the ilp_solver.
Template borrowed from the ANTLR library by Terence Parr (http://www.jGuru.com - Software rights: htt...
friend std::ostream & operator<<(std::ostream &os, const problem_dim &pd)