friendlysam.opt.Variable.take_value

Variable.take_value(solution)

Try setting the value of this variable from a dictionary.

Set self.value = solution[self] if possible.

Raises:KeyError if ``solution[self]`` is not available.