Vtype

enum titanq.Vtype(value)

All variables types currently supported by the solver

Member Type:

str

Valid values are as follows:

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