Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
Google.OrTools.Sat.RoutesSupportGraphProto Class Referencesealed

The arcs of a routes constraint which have non-zero LP values, in the LP relaxation of the problem. More...

Detailed Description

The arcs of a routes constraint which have non-zero LP values, in the LP relaxation of the problem.

Definition at line 373 of file RoutesSupportGraph.pb.cs.

Inheritance diagram for Google.OrTools.Sat.RoutesSupportGraphProto:

Public Member Functions

 RoutesSupportGraphProto ()
 RoutesSupportGraphProto (RoutesSupportGraphProto other)
RoutesSupportGraphProto Clone ()
override bool Equals (object other)
bool Equals (RoutesSupportGraphProto other)
override int GetHashCode ()
override string ToString ()
void WriteTo (pb::CodedOutputStream output)
int CalculateSize ()
void MergeFrom (RoutesSupportGraphProto other)
void MergeFrom (pb::CodedInputStream input)

Static Public Attributes

const int ArcLpValuesFieldNumber = 1
 Field number for the "arc_lp_values" field.

Properties

static pb::MessageParser< RoutesSupportGraphProtoParser [get]
static pbr::MessageDescriptor Descriptor [get]
pbc::RepeatedField< global::Google.OrTools.Sat.ArcLpValue > ArcLpValues [get]

Constructor & Destructor Documentation

◆ RoutesSupportGraphProto() [1/2]

Google.OrTools.Sat.RoutesSupportGraphProto.RoutesSupportGraphProto ( )
inline

Definition at line 398 of file RoutesSupportGraph.pb.cs.

◆ RoutesSupportGraphProto() [2/2]

Google.OrTools.Sat.RoutesSupportGraphProto.RoutesSupportGraphProto ( RoutesSupportGraphProto other)
inline

Definition at line 406 of file RoutesSupportGraph.pb.cs.

Member Function Documentation

◆ CalculateSize()

int Google.OrTools.Sat.RoutesSupportGraphProto.CalculateSize ( )
inline

Definition at line 490 of file RoutesSupportGraph.pb.cs.

◆ Clone()

RoutesSupportGraphProto Google.OrTools.Sat.RoutesSupportGraphProto.Clone ( )
inline

Definition at line 413 of file RoutesSupportGraph.pb.cs.

◆ Equals() [1/2]

override bool Google.OrTools.Sat.RoutesSupportGraphProto.Equals ( object other)
inline

Definition at line 430 of file RoutesSupportGraph.pb.cs.

◆ Equals() [2/2]

bool Google.OrTools.Sat.RoutesSupportGraphProto.Equals ( RoutesSupportGraphProto other)
inline

Definition at line 436 of file RoutesSupportGraph.pb.cs.

◆ GetHashCode()

override int Google.OrTools.Sat.RoutesSupportGraphProto.GetHashCode ( )
inline

Definition at line 449 of file RoutesSupportGraph.pb.cs.

◆ MergeFrom() [1/2]

void Google.OrTools.Sat.RoutesSupportGraphProto.MergeFrom ( pb.CodedInputStream input)
inline

Definition at line 511 of file RoutesSupportGraph.pb.cs.

◆ MergeFrom() [2/2]

void Google.OrTools.Sat.RoutesSupportGraphProto.MergeFrom ( RoutesSupportGraphProto other)
inline

Definition at line 501 of file RoutesSupportGraph.pb.cs.

◆ ToString()

override string Google.OrTools.Sat.RoutesSupportGraphProto.ToString ( )
inline

Definition at line 460 of file RoutesSupportGraph.pb.cs.

◆ WriteTo()

void Google.OrTools.Sat.RoutesSupportGraphProto.WriteTo ( pb.CodedOutputStream output)
inline

Definition at line 466 of file RoutesSupportGraph.pb.cs.

Member Data Documentation

◆ ArcLpValuesFieldNumber

const int Google.OrTools.Sat.RoutesSupportGraphProto.ArcLpValuesFieldNumber = 1
static

Field number for the "arc_lp_values" field.

Definition at line 418 of file RoutesSupportGraph.pb.cs.

Property Documentation

◆ ArcLpValues

pbc.RepeatedField<global.Google.OrTools.Sat.ArcLpValue> Google.OrTools.Sat.RoutesSupportGraphProto.ArcLpValues
get

Definition at line 424 of file RoutesSupportGraph.pb.cs.

◆ Descriptor

pbr.MessageDescriptor Google.OrTools.Sat.RoutesSupportGraphProto.Descriptor
staticget

Definition at line 386 of file RoutesSupportGraph.pb.cs.

◆ Parser

pb.MessageParser<RoutesSupportGraphProto> Google.OrTools.Sat.RoutesSupportGraphProto.Parser
staticget

Definition at line 382 of file RoutesSupportGraph.pb.cs.


The documentation for this class was generated from the following file: