Uses of Interface
com.google.ortools.sat.LinearBooleanConstraintOrBuilder
-
Packages that use LinearBooleanConstraintOrBuilder Package Description com.google.ortools.sat -
-
Uses of LinearBooleanConstraintOrBuilder in com.google.ortools.sat
Classes in com.google.ortools.sat that implement LinearBooleanConstraintOrBuilder Modifier and Type Class Description classLinearBooleanConstraintA linear Boolean constraint which is a bounded sum of linear terms.static classLinearBooleanConstraint.BuilderA linear Boolean constraint which is a bounded sum of linear terms.Methods in com.google.ortools.sat that return LinearBooleanConstraintOrBuilder Modifier and Type Method Description LinearBooleanConstraintOrBuilderLinearBooleanProblem.Builder. getConstraintsOrBuilder(int index)The constraints of the problem.LinearBooleanConstraintOrBuilderLinearBooleanProblem. getConstraintsOrBuilder(int index)The constraints of the problem.LinearBooleanConstraintOrBuilderLinearBooleanProblemOrBuilder. getConstraintsOrBuilder(int index)The constraints of the problem.Methods in com.google.ortools.sat that return types with arguments of type LinearBooleanConstraintOrBuilder Modifier and Type Method Description java.util.List<? extends LinearBooleanConstraintOrBuilder>LinearBooleanProblem.Builder. getConstraintsOrBuilderList()The constraints of the problem.java.util.List<? extends LinearBooleanConstraintOrBuilder>LinearBooleanProblem. getConstraintsOrBuilderList()The constraints of the problem.java.util.List<? extends LinearBooleanConstraintOrBuilder>LinearBooleanProblemOrBuilder. getConstraintsOrBuilderList()The constraints of the problem.
-