Uses of Interface
com.google.ortools.sat.LinearBooleanConstraintOrBuilder
Packages that use LinearBooleanConstraintOrBuilder
- 
Uses of LinearBooleanConstraintOrBuilder in com.google.ortools.sat
Classes in com.google.ortools.sat that implement LinearBooleanConstraintOrBuilderModifier and TypeClassDescriptionfinal classA linear Boolean constraint which is a bounded sum of linear terms.static final classA linear Boolean constraint which is a bounded sum of linear terms.Methods in com.google.ortools.sat that return LinearBooleanConstraintOrBuilderModifier and TypeMethodDescriptionLinearBooleanProblem.Builder.getConstraintsOrBuilder(int index) The constraints of the problem.LinearBooleanProblem.getConstraintsOrBuilder(int index) The constraints of the problem.LinearBooleanProblemOrBuilder.getConstraintsOrBuilder(int index) The constraints of the problem.Methods in com.google.ortools.sat that return types with arguments of type LinearBooleanConstraintOrBuilderModifier and TypeMethodDescriptionList<? extends LinearBooleanConstraintOrBuilder> LinearBooleanProblem.Builder.getConstraintsOrBuilderList()The constraints of the problem.List<? extends LinearBooleanConstraintOrBuilder> LinearBooleanProblem.getConstraintsOrBuilderList()The constraints of the problem.List<? extends LinearBooleanConstraintOrBuilder> LinearBooleanProblemOrBuilder.getConstraintsOrBuilderList()The constraints of the problem.