Package | Description |
---|---|
com.google.ortools.sat |
Modifier and Type | Class and Description |
---|---|
class |
CircuitConstraintProto
The circuit constraint is defined on a graph where the arc presence are
controlled by literals.
|
static class |
CircuitConstraintProto.Builder
The circuit constraint is defined on a graph where the arc presence are
controlled by literals.
|
Modifier and Type | Method and Description |
---|---|
CircuitConstraintProtoOrBuilder |
ConstraintProto.getCircuitOrBuilder()
The circuit constraint takes a graph and forces the arcs present
(with arc presence indicated by a literal) to form a unique cycle.
|
CircuitConstraintProtoOrBuilder |
ConstraintProto.Builder.getCircuitOrBuilder()
The circuit constraint takes a graph and forces the arcs present
(with arc presence indicated by a literal) to form a unique cycle.
|
CircuitConstraintProtoOrBuilder |
ConstraintProtoOrBuilder.getCircuitOrBuilder()
The circuit constraint takes a graph and forces the arcs present
(with arc presence indicated by a literal) to form a unique cycle.
|
Copyright © 2025. All rights reserved.