Constructor
new BoolVar(text, isnegated, presetopt, knownopt)
Constructs a BoolVar
Parameters:
Name | Type | Attributes | Default | Description |
---|---|---|---|---|
text |
String | Name of boolean variable | ||
isnegated |
Boolean | If the variable is negated | ||
preset |
TruthValue |
<optional> |
null | Default value of the variable |
known |
TruthValue |
<optional> |
null | Known value of the variable |