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

Detailed Description

Definition at line 9 of file AllDifferentConstraintProtoOrBuilder.java.

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)

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.Builder, and com.google.ortools.sat.AllDifferentConstraintProto.

◆ getExprsCount()

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

repeated .operations_research.sat.LinearExpressionProto exprs = 1;

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

◆ 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.Builder, and com.google.ortools.sat.AllDifferentConstraintProto.

◆ 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.Builder, and com.google.ortools.sat.AllDifferentConstraintProto.

◆ 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.Builder, and com.google.ortools.sat.AllDifferentConstraintProto.


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