3.3.2.1. lekkersim.Solver.__enter__

Solver.__enter__()

Make the Solver the active solver

Usage:
>>> with Solver() as MySol:
>>>     stuff

Until the with statement is closed, every change (for example, from put methods) will be applied to MySol