This is a short post on the cut selection mechanism in SCIP and things I used for its implementation in the SCIP.jl Julia wrapper. You can check out the corresponding pull request for completeness.
Table of Contents Callbacks? SCIP plugins Cut selection Cut selector interface Some C-Julia magic Callbacks? The space of mixed-integer optimization solvers is mostly divided between commercial closed-source and academic solvers open in source code.
What can automated gradient computations bring to mathematical optimizers, what does it take to compute?
Cracking Benders decomposition, one cut at a time.
Making social events easier as a graph problem.
A column generation algorithm for the cutting width problem using Julia and JuMP
Solving a cutting stock problem step by step using Julia and JuMP