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 7c9cfa2 commit 9487f8cCopy full SHA for 9487f8c
scipy-stubs/optimize/_milp.pyi
@@ -31,7 +31,7 @@ class _OptionsMILP(TypedDict, total=False):
31
presolve: onp.ToBool # default: True
32
node_limit: int # default: no limit
33
time_limit: onp.ToFloat # default: no limit
34
- min_rel_gap: onp.ToFloat # default: ?
+ mip_rel_gap: onp.ToFloat # default: ?
35
36
@type_check_only
37
class _OptimizeResultSucess(_OptimizeResult):
0 commit comments