![]() |
Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
|
Public Member Functions | |
java.util.List< com.google.ortools.sat.LinearExpressionProto > | getExprsList () |
com.google.ortools.sat.LinearExpressionProto | getExprs (int index) |
int | getExprsCount () |
java.util.List<? extends com.google.ortools.sat.LinearExpressionProtoOrBuilder > | getExprsOrBuilderList () |
com.google.ortools.sat.LinearExpressionProtoOrBuilder | getExprsOrBuilder (int index) |
Definition at line 74 of file RoutesConstraintProto.java.
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.
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.
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.
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.
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.