Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
com.google.ortools.sat.RoutesConstraintProto.NodeExpressionsOrBuilder Interface Reference
Inheritance diagram for com.google.ortools.sat.RoutesConstraintProto.NodeExpressionsOrBuilder:
com.google.ortools.sat.RoutesConstraintProto.NodeExpressions com.google.ortools.sat.RoutesConstraintProto.NodeExpressions.Builder

Public Member Functions

java.util.List< com.google.ortools.sat.LinearExpressionProtogetExprsList ()
com.google.ortools.sat.LinearExpressionProto getExprs (int index)
int getExprsCount ()
java.util.List<? extends com.google.ortools.sat.LinearExpressionProtoOrBuildergetExprsOrBuilderList ()
com.google.ortools.sat.LinearExpressionProtoOrBuilder getExprsOrBuilder (int index)

Detailed Description

Definition at line 74 of file RoutesConstraintProto.java.

Member Function Documentation

◆ getExprs()

com.google.ortools.sat.LinearExpressionProto com.google.ortools.sat.RoutesConstraintProto.NodeExpressionsOrBuilder.getExprs ( int index)
The i-th element is the linear expression associated with the i-th node.
All expressions must be affine expressions (a * var + b).

repeated .operations_research.sat.LinearExpressionProto exprs = 1;

Implemented in com.google.ortools.sat.RoutesConstraintProto.NodeExpressions.Builder, and com.google.ortools.sat.RoutesConstraintProto.NodeExpressions.

◆ getExprsCount()

int com.google.ortools.sat.RoutesConstraintProto.NodeExpressionsOrBuilder.getExprsCount ( )
The i-th element is the linear expression associated with the i-th node.
All expressions must be affine expressions (a * var + b).

repeated .operations_research.sat.LinearExpressionProto exprs = 1;

Implemented in com.google.ortools.sat.RoutesConstraintProto.NodeExpressions.Builder, and com.google.ortools.sat.RoutesConstraintProto.NodeExpressions.

◆ getExprsList()

java.util.List< com.google.ortools.sat.LinearExpressionProto > com.google.ortools.sat.RoutesConstraintProto.NodeExpressionsOrBuilder.getExprsList ( )
The i-th element is the linear expression associated with the i-th node.
All expressions must be affine expressions (a * var + b).

repeated .operations_research.sat.LinearExpressionProto exprs = 1;

Implemented in com.google.ortools.sat.RoutesConstraintProto.NodeExpressions.Builder, and com.google.ortools.sat.RoutesConstraintProto.NodeExpressions.

◆ getExprsOrBuilder()

com.google.ortools.sat.LinearExpressionProtoOrBuilder com.google.ortools.sat.RoutesConstraintProto.NodeExpressionsOrBuilder.getExprsOrBuilder ( int index)
The i-th element is the linear expression associated with the i-th node.
All expressions must be affine expressions (a * var + b).

repeated .operations_research.sat.LinearExpressionProto exprs = 1;

Implemented in com.google.ortools.sat.RoutesConstraintProto.NodeExpressions.Builder, and com.google.ortools.sat.RoutesConstraintProto.NodeExpressions.

◆ getExprsOrBuilderList()

java.util.List<? extends com.google.ortools.sat.LinearExpressionProtoOrBuilder > com.google.ortools.sat.RoutesConstraintProto.NodeExpressionsOrBuilder.getExprsOrBuilderList ( )
The i-th element is the linear expression associated with the i-th node.
All expressions must be affine expressions (a * var + b).

repeated .operations_research.sat.LinearExpressionProto exprs = 1;

Implemented in com.google.ortools.sat.RoutesConstraintProto.NodeExpressions.Builder, and com.google.ortools.sat.RoutesConstraintProto.NodeExpressions.


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