diff -r 2ee881cf30a8 -r 7c58aabb9eea lemon/lp_cplex.h --- a/lemon/lp_cplex.h Thu Jun 09 09:49:56 2005 +0000 +++ b/lemon/lp_cplex.h Thu Jun 09 15:03:58 2005 +0000 @@ -75,34 +75,19 @@ virtual void _clearObj(); ///\e - ///\bug Unimplemented - /// virtual SolveExitStatus _solve(); - ///\e - ///\bug Unimplemented - /// virtual Value _getPrimal(int i); - ///\e + - ///\bug Unimplemented - /// virtual Value _getPrimalValue(); - ///\e - ///\bug Unimplemented - /// virtual SolutionStatus _getPrimalStatus(); + virtual SolutionStatus _getDualStatus(); + virtual ProblemTypes _getProblemType(); - ///\e - ///\bug Unimplemented - /// virtual void _setMax(); - ///\e - - ///\bug Unimplemented - /// virtual void _setMin(); };