An arc of a routes constraint, with its LP value.  
 More...
An arc of a routes constraint, with its LP value. 
Definition at line 50 of file RoutesSupportGraph.pb.cs.
 
 | 
| static pb::MessageParser< ArcLpValue >  | Parser [get] | 
| static pbr::MessageDescriptor  | Descriptor [get] | 
| int  | Tail [get, set] | 
| bool  | HasTail [get] | 
|   | Gets whether the "tail" field is set.  
  | 
| int  | Head [get, set] | 
| bool  | HasHead [get] | 
|   | Gets whether the "head" field is set.  
  | 
| double  | LpValue [get, set] | 
| bool  | HasLpValue [get] | 
|   | Gets whether the "lp_value" field is set.  
  | 
◆ ArcLpValue() [1/2]
  
  
      
        
          | Google.OrTools.Sat.ArcLpValue.ArcLpValue  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ ArcLpValue() [2/2]
  
  
      
        
          | Google.OrTools.Sat.ArcLpValue.ArcLpValue  | 
          ( | 
          ArcLpValue |           other | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ CalculateSize()
  
  
      
        
          | int Google.OrTools.Sat.ArcLpValue.CalculateSize  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ ClearHead()
  
  
      
        
          | void Google.OrTools.Sat.ArcLpValue.ClearHead  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ ClearLpValue()
  
  
      
        
          | void Google.OrTools.Sat.ArcLpValue.ClearLpValue  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ ClearTail()
  
  
      
        
          | void Google.OrTools.Sat.ArcLpValue.ClearTail  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ Clone()
  
  
      
        
          | ArcLpValue Google.OrTools.Sat.ArcLpValue.Clone  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ Equals() [1/2]
  
  
      
        
          | bool Google.OrTools.Sat.ArcLpValue.Equals  | 
          ( | 
          ArcLpValue |           other | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ Equals() [2/2]
  
  
      
        
          | override bool Google.OrTools.Sat.ArcLpValue.Equals  | 
          ( | 
          object |           other | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ GetHashCode()
  
  
      
        
          | override int Google.OrTools.Sat.ArcLpValue.GetHashCode  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ MergeFrom() [1/2]
  
  
      
        
          | void Google.OrTools.Sat.ArcLpValue.MergeFrom  | 
          ( | 
          ArcLpValue |           other | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ MergeFrom() [2/2]
  
  
      
        
          | void Google.OrTools.Sat.ArcLpValue.MergeFrom  | 
          ( | 
          pb.CodedInputStream |           input | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ ToString()
  
  
      
        
          | override string Google.OrTools.Sat.ArcLpValue.ToString  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ WriteTo()
  
  
      
        
          | void Google.OrTools.Sat.ArcLpValue.WriteTo  | 
          ( | 
          pb.CodedOutputStream |           output | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ HeadFieldNumber
  
  
      
        
          | const int Google.OrTools.Sat.ArcLpValue.HeadFieldNumber = 2 | 
         
       
   | 
  
static   | 
  
 
 
◆ LpValueFieldNumber
  
  
      
        
          | const int Google.OrTools.Sat.ArcLpValue.LpValueFieldNumber = 3 | 
         
       
   | 
  
static   | 
  
 
 
◆ TailFieldNumber
  
  
      
        
          | const int Google.OrTools.Sat.ArcLpValue.TailFieldNumber = 1 | 
         
       
   | 
  
static   | 
  
 
 
◆ Descriptor
  
  
      
        
          | pbr.MessageDescriptor Google.OrTools.Sat.ArcLpValue.Descriptor | 
         
       
   | 
  
staticget   | 
  
 
 
◆ HasHead
  
  
      
        
          | bool Google.OrTools.Sat.ArcLpValue.HasHead | 
         
       
   | 
  
get   | 
  
 
 
◆ HasLpValue
  
  
      
        
          | bool Google.OrTools.Sat.ArcLpValue.HasLpValue | 
         
       
   | 
  
get   | 
  
 
 
◆ HasTail
  
  
      
        
          | bool Google.OrTools.Sat.ArcLpValue.HasTail | 
         
       
   | 
  
get   | 
  
 
 
◆ Head
  
  
      
        
          | int Google.OrTools.Sat.ArcLpValue.Head | 
         
       
   | 
  
getset   | 
  
 
 
◆ LpValue
  
  
      
        
          | double Google.OrTools.Sat.ArcLpValue.LpValue | 
         
       
   | 
  
getset   | 
  
 
 
◆ Parser
  
  
      
        
          | pb.MessageParser<ArcLpValue> Google.OrTools.Sat.ArcLpValue.Parser | 
         
       
   | 
  
staticget   | 
  
 
 
◆ Tail
  
  
      
        
          | int Google.OrTools.Sat.ArcLpValue.Tail | 
         
       
   | 
  
getset   | 
  
 
 
The documentation for this class was generated from the following file: