QuadraticProgram.linear_constraints_index

property QuadraticProgram.linear_constraints_index: Dict[str, int]

Returns the dictionary that maps the name of a linear constraint to its index.

Return type

Dict[str, int]

Returns

The linear constraint index dictionary.