linopy.model.Model.remove_constraints#

Model.remove_constraints(name)#

Remove all constraints stored under reference name name from the model.

Parameters:

name (str) – Reference name of the constraints which to remove, same as used in model.add_constraints.

Returns:

None.