This archive is under the GNU General Public License v3.0.
The software and data in this repository are a snapshot of the software and data that were used in the research reported on in Serial and Parallel Two-Column Probing for Mixed-Integer Programming by Yongzheng Dai and Chen Chen.
Please install an alpha version of JuMP to reproduce our result! The prototype can be obtained by:
pkg> add JuMP #Press ']' to enter the Pkg REPL mode.
pkg> add MathOptInterface#master
The code is written in the Julia programming language. Please visit the website for an installation guide.
To run the content of scripts in src, the following Julia packages are required: SCIP, BangBang, Random, SparseArrays, JuMP.
Yon can check whether you have installed these required packages by running package_check.jl (in src)
julia> include("package_check.jl")
To install a package, simply run
pkg> add PACKAGE_NAME # Press ']' to enter the Pkg REPL mode.
See README.md (in src) for tutorial and examples.