We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11aeefc commit 7bc2c7aCopy full SHA for 7bc2c7a
src/gurobipy_pandas/api.py
@@ -128,7 +128,7 @@ def add_vars(
128
Upper bound for created variables. Can be a single numeric value. If
129
``pandas_obj`` is an Index or Series, can be a Series aligned with
130
``pandas_obj``. If ``pandas_obj`` is a dataframe, can be a string
131
- referring to a column of ``pandas_obj``. Defaults to 0.0.
+ referring to a column of ``pandas_obj``. Defaults to ``GRB.INFINITY``.
132
obj : float, str, or Series, optional
133
Linear objective function coefficient for created variables. Can be a
134
single numeric value. If ``pandas_obj`` is an Index or Series, can be a
0 commit comments