Try our new documentation site (beta).
QCTag
Type: | string |
---|---|
Modifiable: | Yes |
Tag for quadratic constraints.
If you will be retrieving the solution to your model in JSON format, you should define a tag for every quadratic constraint that you plan to retrieve solution information for. Each quadratic constraint tag must be unique, and only tagged quadratic constraints will appear in the JSON solution string. Tags must consist of printable US-ASCII characters. Using extended characters or escaped characters will result in an error. The maximum supported length for a tag is 10240 characters.
Note that quadratic constraint tags are only allowed for continuous models.
For examples of how to query or modify attributes, refer to our Attribute Examples.