Vtype

enum titanq.Vtype(value)

All variable types currently supported by the solver.

ℹ️ NOTE: Bipolar variables are not directly supported, but tools.BipolarToBinary can be used as an alternative.

Member Type:

str

Valid values are as follows:

BINARY = <Vtype.BINARY: 'binary'>
INTEGER = <Vtype.INTEGER: 'integer'>
CONTINUOUS = <Vtype.CONTINUOUS: 'continuous'>