MixedIntegerLinearProgramming pivot rule

asked 2 years ago

Cyrille gravatar image

updated 1 year ago

FrédéricC gravatar image

Is there a way to change the pivot rule in MixedIntegerLinearProgramming or should I program my rule by myself ?

Preview: (hide)

Comments

The MILP solvers do not seem to like providing a way to alter their pivoting strategy. GLPK provides parameter tolerance_pivot with the warning “do not change… without detailed understanding of its purpose.”

Max Alekseyev gravatar imageMax Alekseyev ( 2 years ago )