dimod.variables.Variables._remove#

Variables._remove(v)[source]#

Remove the given variable.

Parameters:

v – A variable label.

Caution

This method is semi-public. It is intended to be used by classes that have Variables as an attribute, not by the the user.