1 BinaryVariable

BinaryVariable(name, **kwargs)

Create a binary (0/1) variable.

Shorthand for Variable(name, domain='binary', lb=0, ub=1).