lemon/lp_base.h
changeset 1462 c28e6ac3705c
parent 1461 9f99ede44d59
child 1484 a3484f00a5f0
equal deleted inserted replaced
6:03887f3f38f5 7:7ce4476de6d5
   958     SolutionStatus dualStatus() {
   958     SolutionStatus dualStatus() {
   959       return _getDualStatus();
   959       return _getDualStatus();
   960     }
   960     }
   961 
   961 
   962     ///The type of the original LP problem
   962     ///The type of the original LP problem
   963     Problemtypes problemType() {
   963     ProblemTypes problemType() {
   964       return _getProblemType();
   964       return _getProblemType();
   965     }
   965     }
   966 
   966 
   967     ///\e
   967     ///\e
   968     Value primal(Col c) { return _getPrimal(cols.floatingId(c.id)); }
   968     Value primal(Col c) { return _getPrimal(cols.floatingId(c.id)); }