46 #ifndef OBJECTIVE_FUNCTION_HPP 47 #define OBJECTIVE_FUNCTION_HPP 71 virtual void print(std::ostream&)
const objective_function()
The class constructor.
virtual ~objective_function()
The class Destructor.
virtual void print(std::ostream &) const
This method prints the class to the standard output stream.
virtual void set_objective_function(meilp_solverRef const &MS, problem_dimRef const &p_dimension)=0
Base class providing several methods to encapsulate the interface to several ilp solver.
Template definition of refcount.
Template borrowed from the ANTLR library by Terence Parr (http://www.jGuru.com - Software rights: htt...
REF_FORWARD_DECL(problem_dim)