You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a duplicate of #39627. Default values in the documentation get messed up (shifted to the wrong place) whenever there are keyword-only arguments.
Documentation says:
while in the source code we see:
Discrepancies:
binary
is specified.max=1
vsmax=True
value_only=1
vsvalue_only=False
solver=False
vssolver=None
verbose=None
vsverbose=0
integrality_tolerance=0
vsintegrality_tolerance=1e-3
The text was updated successfully, but these errors were encountered: