Interface Literal
- All Superinterfaces:
LinearArgument
- All Known Implementing Classes:
BoolVar
,NotBoolVar
Interface to describe a boolean variable or its negation.
-
Method Summary
Methods inherited from interface com.google.ortools.sat.LinearArgument
build
-
Method Details
-
getIndex
int getIndex() -
not
Literal not()Returns the Boolean negation of the current literal.
-