Closed peisenha closed 6 years ago
Please change th code so that I can impose selective constraints directly instead of a call to the constraints function.
For example, this should work:
constr = dict() constr['DETERMINISTIC'] = False dict_ = generate_random_dict(constr)``
If this is done, please close now.
Please change th code so that I can impose selective constraints directly instead of a call to the constraints function.
For example, this should work: