src/lemon/lp_skeleton.cc
changeset 1401 9588dcef6793
parent 1389 58b298e50c20
child 1405 3626c7f10f14
equal deleted inserted replaced
5:eb81a4f00100 6:8a9785c60bf2
    71   
    71   
    72   void LpSkeleton::_setRowUpperBound(int, Value)
    72   void LpSkeleton::_setRowUpperBound(int, Value)
    73   {
    73   {
    74   }
    74   }
    75 
    75 
    76   void _setRowBounds(int, Value, Value)
    76   void LpSkeleton::_setRowBounds(int, Value, Value)
    77   {
    77   {
    78   }
    78   }
    79   
    79   
    80   void LpSkeleton::_setObjCoeff(int, Value)
    80   void LpSkeleton::_setObjCoeff(int, Value)
    81   {
    81   {
    82   }
    82   }
    83 
    83 
    84   void LpSkeleton::_setMax()
    84   void LpSkeleton::_setMax()
    85   {
    85   {
    86   }
    86   }
       
    87 
    87   void LpSkeleton::_setMin()
    88   void LpSkeleton::_setMin()
    88   {
    89   {
    89   }
    90   }
    90 
    91 
       
    92   void LpSkeleton::_clearObj()
       
    93   {
       
    94   }
       
    95   
    91   LpSkeleton::SolveExitStatus LpSkeleton::_solve()
    96   LpSkeleton::SolveExitStatus LpSkeleton::_solve()
    92   {
    97   {
    93     return SOLVED;
    98     return SOLVED;
    94   }
    99   }
    95 
   100