Hello, community.
I would like your help to know how to declare an unrestricted variable. I am currently using this:
id = [(d, p) for d in days for p in periods]O= model.continuous_var_dict(id,name="O",lb=-1000)but I would like something like this:
-
∞≤ O ≤
∞------------------------------
andres montaña gavalo
------------------------------
#DecisionOptimization