equal
deleted
inserted
replaced
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 ©Lp() {return _copyLp();} |
468 LpSolverBase ©Lp() {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 ///@{ |