src/lemon/lp_solver_skeleton.h
changeset 1312 48f9299b390d
parent 1305 c3dc75d4af24
equal deleted inserted replaced
0:5f988d2ad514 1:f03ee0bd6959
    91     virtual Value _getPrimal(int i);
    91     virtual Value _getPrimal(int i);
    92     ///\e
    92     ///\e
    93 
    93 
    94     ///\bug Wrong interface
    94     ///\bug Wrong interface
    95     ///
    95     ///
    96     virtual SolutionStatus _getPrimalType();
    96     virtual Value _getPrimalValue();
       
    97     ///\e
       
    98 
       
    99     ///\bug Wrong interface
       
   100     ///
       
   101     virtual SolutionStatus _getPrimalStatus();
       
   102 
       
   103     ///\e
       
   104     virtual void _setMax();
       
   105     ///\e
       
   106     virtual void _setMin();
       
   107     
    97 
   108 
    98   public:
   109   public:
    99     LpSolverSkeleton() : LpSolverBase(), col_num(0), row_num(0) {}
   110     LpSolverSkeleton() : LpSolverBase(), col_num(0), row_num(0) {}
   100   };  
   111   };  
   101 
   112