Google OR-Tools v9.9
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
com.google.ortools.sat.AllDifferentConstraintProtoOrBuilder Interface Reference
Inheritance diagram for com.google.ortools.sat.AllDifferentConstraintProtoOrBuilder:
com.google.ortools.sat.AllDifferentConstraintProto com.google.ortools.sat.AllDifferentConstraintProto.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 7 of file AllDifferentConstraintProtoOrBuilder.java.

Member Function Documentation

◆ getExprs()

com.google.ortools.sat.LinearExpressionProto com.google.ortools.sat.AllDifferentConstraintProtoOrBuilder.getExprs ( int index)

repeated .operations_research.sat.LinearExpressionProto exprs = 1;

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

◆ getExprsCount()

int com.google.ortools.sat.AllDifferentConstraintProtoOrBuilder.getExprsCount ( )

repeated .operations_research.sat.LinearExpressionProto exprs = 1;

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

◆ getExprsList()

java.util.List< com.google.ortools.sat.LinearExpressionProto > com.google.ortools.sat.AllDifferentConstraintProtoOrBuilder.getExprsList ( )

repeated .operations_research.sat.LinearExpressionProto exprs = 1;

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

◆ getExprsOrBuilder()

com.google.ortools.sat.LinearExpressionProtoOrBuilder com.google.ortools.sat.AllDifferentConstraintProtoOrBuilder.getExprsOrBuilder ( int index)

repeated .operations_research.sat.LinearExpressionProto exprs = 1;

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

◆ getExprsOrBuilderList()

java.util.List<? extends com.google.ortools.sat.LinearExpressionProtoOrBuilder > com.google.ortools.sat.AllDifferentConstraintProtoOrBuilder.getExprsOrBuilderList ( )

repeated .operations_research.sat.LinearExpressionProto exprs = 1;

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


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