O= model.continuous_var_dict(idh,name="O",lb=-model.infinity)
should do the trick.
In CPLEX, the infinity is 1e+20. Default constructors of variables in CPLEX have a lower bound of 0.
------------------------------
Vincent Beraudier
------------------------------