lemon/lp_skeleton.cc
changeset 2325 d6ec469aa019
parent 2312 07e46cbb7d85
child 2326 af8c695372be
equal deleted inserted replaced
8:bbc45f4c4187 9:deeee57691c8
    66 
    66 
    67   void LpSkeleton::_setCoeff(int, int, Value )
    67   void LpSkeleton::_setCoeff(int, int, Value )
    68   {
    68   {
    69   }
    69   }
    70 
    70 
       
    71   LpSkeleton::Value LpSkeleton::_getCoeff(int, int)
       
    72   {
       
    73     return 0;
       
    74   }
       
    75 
    71 
    76 
    72   void LpSkeleton::_setColLowerBound(int, Value)
    77   void LpSkeleton::_setColLowerBound(int, Value)
    73   {
    78   {
    74   }
    79   }
    75   
    80   
    91   
    96   
    92   void LpSkeleton::_setObjCoeff(int, Value)
    97   void LpSkeleton::_setObjCoeff(int, Value)
    93   {
    98   {
    94   }
    99   }
    95 
   100 
       
   101   LpSkeleton::Value LpSkeleton::_getObjCoeff(int i){
       
   102     return 0;
       
   103   }
       
   104 
    96   void LpSkeleton::_setMax()
   105   void LpSkeleton::_setMax()
    97   {
   106   {
    98   }
   107   }
    99 
   108 
   100   void LpSkeleton::_setMin()
   109   void LpSkeleton::_setMin()
   101   {
   110   {
   102   }
   111   }
       
   112 
       
   113   bool LpSkeleton::_isMax()
       
   114   {
       
   115     return true;
       
   116   }
       
   117 
   103 
   118 
   104   void LpSkeleton::_clearObj()
   119   void LpSkeleton::_clearObj()
   105   {
   120   {
   106   }
   121   }
   107   
   122