Package com.google.ortools.sat
Class BoolVar
- java.lang.Object
-
- com.google.ortools.sat.IntVar
-
- com.google.ortools.sat.BoolVar
-
- All Implemented Interfaces:
LinearArgument,Literal
public final class BoolVar extends IntVar implements Literal
An Boolean variable.
-
-
Field Summary
-
Fields inherited from class com.google.ortools.sat.IntVar
modelBuilder, varBuilder, variableIndex
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Literalnot()Returns the negation of a boolean variable.java.lang.StringtoString()-
Methods inherited from class com.google.ortools.sat.IntVar
build, displayBounds, getBuilder, getDomain, getIndex, getName
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.google.ortools.sat.LinearArgument
build
-
-