helper.separation_oracle¶
-
helper.separation_oracle(m, where)[source]¶ Helper function for branch_cut_integer_prog and linear_prog.
Performs the branching and cutting planes component for optimization model.
Parameters: - m (Gurobi model) – The Gurobi model being optimized.
- where – Location of Gurobi in optimization process.