Package | Description |
---|---|
com.google.ortools.sat |
Modifier and Type | Class and Description |
---|---|
class |
NoOverlapConstraintProto
All the intervals (index of IntervalConstraintProto) must be disjoint.
|
static class |
NoOverlapConstraintProto.Builder
All the intervals (index of IntervalConstraintProto) must be disjoint.
|
Modifier and Type | Method and Description |
---|---|
NoOverlapConstraintProtoOrBuilder |
ConstraintProto.getNoOverlapOrBuilder()
The no_overlap constraint prevents a set of intervals from
overlapping; in scheduling, this is called a disjunctive
constraint.
|
NoOverlapConstraintProtoOrBuilder |
ConstraintProto.Builder.getNoOverlapOrBuilder()
The no_overlap constraint prevents a set of intervals from
overlapping; in scheduling, this is called a disjunctive
constraint.
|
NoOverlapConstraintProtoOrBuilder |
ConstraintProtoOrBuilder.getNoOverlapOrBuilder()
The no_overlap constraint prevents a set of intervals from
overlapping; in scheduling, this is called a disjunctive
constraint.
|
Copyright © 2025. All rights reserved.