src/lemon/lp_base.h
changeset 1389 58b298e50c20
parent 1379 96a34c0904dd
child 1397 30828157ae80
equal deleted inserted replaced
8:580d7e86b338 9:463cb587084e
   462     ///\e
   462     ///\e
   463     virtual ~LpSolverBase() {}
   463     virtual ~LpSolverBase() {}
   464 
   464 
   465     ///Creates a new LP problem
   465     ///Creates a new LP problem
   466     LpSolverBase &newLp() {return _newLp();}
   466     LpSolverBase &newLp() {return _newLp();}
   467     ///Make a copy of the LP problem
   467     ///Makes a copy of the LP problem
   468     LpSolverBase &copyLp() {return _copyLp();}
   468     LpSolverBase &copyLp() {return _copyLp();}
   469     
   469     
   470     ///\name Build up and modify of the LP
   470     ///\name Build up and modify of the LP
   471 
   471 
   472     ///@{
   472     ///@{