Uses of Interface
com.google.ortools.sat.NoOverlapConstraintProtoOrBuilder
Packages that use NoOverlapConstraintProtoOrBuilder
-
Uses of NoOverlapConstraintProtoOrBuilder in com.google.ortools.sat
Classes in com.google.ortools.sat that implement NoOverlapConstraintProtoOrBuilderModifier and TypeClassDescriptionfinal class
All the intervals (index of IntervalConstraintProto) must be disjoint.static final class
All the intervals (index of IntervalConstraintProto) must be disjoint.Methods in com.google.ortools.sat that return NoOverlapConstraintProtoOrBuilderModifier and TypeMethodDescriptionConstraintProto.Builder.getNoOverlapOrBuilder()
The no_overlap constraint prevents a set of intervals from overlapping; in scheduling, this is called a disjunctive constraint.ConstraintProto.getNoOverlapOrBuilder()
The no_overlap constraint prevents a set of intervals from overlapping; in scheduling, this is called a disjunctive constraint.ConstraintProtoOrBuilder.getNoOverlapOrBuilder()
The no_overlap constraint prevents a set of intervals from overlapping; in scheduling, this is called a disjunctive constraint.