Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
com.google.ortools.sat.ArcLpValueOrBuilder Interface Reference

Detailed Description

Definition at line 9 of file ArcLpValueOrBuilder.java.

Inheritance diagram for com.google.ortools.sat.ArcLpValueOrBuilder:
com.google.ortools.sat.ArcLpValue com.google.ortools.sat.ArcLpValue.Builder

Public Member Functions

boolean hasTail ()
int getTail ()
boolean hasHead ()
int getHead ()
boolean hasLpValue ()
double getLpValue ()

Member Function Documentation

◆ getHead()

int com.google.ortools.sat.ArcLpValueOrBuilder.getHead ( )

optional int32 head = 2;

Returns
The head.

Implemented in com.google.ortools.sat.ArcLpValue.Builder, and com.google.ortools.sat.ArcLpValue.

◆ getLpValue()

double com.google.ortools.sat.ArcLpValueOrBuilder.getLpValue ( )

optional double lp_value = 3;

Returns
The lpValue.

Implemented in com.google.ortools.sat.ArcLpValue.Builder, and com.google.ortools.sat.ArcLpValue.

◆ getTail()

int com.google.ortools.sat.ArcLpValueOrBuilder.getTail ( )

optional int32 tail = 1;

Returns
The tail.

Implemented in com.google.ortools.sat.ArcLpValue.Builder, and com.google.ortools.sat.ArcLpValue.

◆ hasHead()

boolean com.google.ortools.sat.ArcLpValueOrBuilder.hasHead ( )

optional int32 head = 2;

Returns
Whether the head field is set.

Implemented in com.google.ortools.sat.ArcLpValue.Builder, and com.google.ortools.sat.ArcLpValue.

◆ hasLpValue()

boolean com.google.ortools.sat.ArcLpValueOrBuilder.hasLpValue ( )

optional double lp_value = 3;

Returns
Whether the lpValue field is set.

Implemented in com.google.ortools.sat.ArcLpValue.Builder, and com.google.ortools.sat.ArcLpValue.

◆ hasTail()

boolean com.google.ortools.sat.ArcLpValueOrBuilder.hasTail ( )

optional int32 tail = 1;

Returns
Whether the tail field is set.

Implemented in com.google.ortools.sat.ArcLpValue.Builder, and com.google.ortools.sat.ArcLpValue.


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