Uses of Interface
com.google.ortools.sat.IntervalConstraintProtoOrBuilder
| Package | Description |
|---|---|
| com.google.ortools.sat |
-
Uses of IntervalConstraintProtoOrBuilder in com.google.ortools.sat
Classes in com.google.ortools.sat that implement IntervalConstraintProtoOrBuilder Modifier and Type Class Description classIntervalConstraintProtoThis "special" constraint not only enforces (start + size == end) and (size >= 0) but can also be referred by other constraints using this "interval" concept.static classIntervalConstraintProto.BuilderThis "special" constraint not only enforces (start + size == end) and (size >= 0) but can also be referred by other constraints using this "interval" concept.Methods in com.google.ortools.sat that return IntervalConstraintProtoOrBuilder Modifier and Type Method Description IntervalConstraintProtoOrBuilderConstraintProto.Builder. getIntervalOrBuilder()The interval constraint takes a start, end, and size, and forces start + size == end.IntervalConstraintProtoOrBuilderConstraintProto. getIntervalOrBuilder()The interval constraint takes a start, end, and size, and forces start + size == end.IntervalConstraintProtoOrBuilderConstraintProtoOrBuilder. getIntervalOrBuilder()The interval constraint takes a start, end, and size, and forces start + size == end.