Package | Description |
---|---|
com.google.ortools.sat |
Modifier and Type | Method and Description |
---|---|
AutomatonConstraint |
CpModel.addAutomaton(java.lang.Iterable<? extends LinearArgument> transitionExpressions,
long startingState,
long[] finalStates)
Adds an automaton constraint.
|
AutomatonConstraint |
CpModel.addAutomaton(LinearArgument[] transitionExpressions,
long startingState,
long[] finalStates)
Adds an automaton constraint.
|
AutomatonConstraint |
AutomatonConstraint.addTransition(int tail,
int head,
long label)
Adds a transitions to the automaton.
|
Copyright © 2025. All rights reserved.