src/work/athos/lp/lp_cplex.h
changeset 1308 0274efa2222f
parent 1299 e2545ef5d7d8
child 1319 6e277ba3fc76
equal deleted inserted replaced
0:d330dc2669d7 1:e7e4b13e0adc
   106     virtual void _setObjCoeff(int i, Value obj_coef);
   106     virtual void _setObjCoeff(int i, Value obj_coef);
   107     ///\e
   107     ///\e
   108     
   108     
   109     ///\bug Unimplemented
   109     ///\bug Unimplemented
   110     ///
   110     ///
   111     virtual SolutionType _solve();
   111     virtual SolutionStatus _solve();
   112     ///\e
   112     ///\e
   113     
   113     
   114     ///\bug Unimplemented
   114     ///\bug Unimplemented
   115     ///
   115     ///
   116     virtual Value _getSolution(int i);
   116     virtual Value _getSolution(int i);