bundles / scipy 1.17.1 / scipy / optimize / _linprog_rs / _select_enter_pivot
function
scipy.optimize._linprog_rs:_select_enter_pivot
Signature
def _select_enter_pivot ( c_hat , bl , a , rule = bland , tol = 1e-12 ) Summary
Selects a pivot to enter the basis. Currently Bland's rule - the smallest index that has a negative reduced cost - is the default.
Aliases
-
scipy.optimize._linprog_rs._select_enter_pivot