QuadraticProgram.remove_linear_constraint¶ QuadraticProgram.remove_linear_constraint(i)[fuente]¶ Remove a linear constraint Parámetros: i (str | int) – an index or a name of a linear constraint Muestra: KeyError – if name does not exist IndexError – if index is out of range