Vtype
- enum titanq.Vtype(value)
All variable types currently supported by the solver.
⚠️
BIPOLAR
is deprecated. Usetools.BipolarToBinary
instead.- Member Type:
str
Valid values are as follows:
- BINARY = <Vtype.BINARY: 'binary'>
- BIPOLAR = <Vtype.BIPOLAR: 'bipolar'>
- INTEGER = <Vtype.INTEGER: 'integer'>
- CONTINUOUS = <Vtype.CONTINUOUS: 'continuous'>