Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

Outline

Benchmarks Scripts

This directory contains the scripts for running benchmarks. Currently it supports running benchmarks on LP with and MILP.

Linear Programming Benchmarking

  • Mittelmann LP benchmark
benchmarks/linear_programming/utils/benchmark_lp_mittelmann.sh
  • MIPLIB Benchmark
mkdir miplib_data
mkdir miplib_result
wget https://miplib.zib.de/downloads/benchmark.zip -O miplib_data/benchmark.zip
unzip miplib_data/benchmark.zip -d miplib_data
find miplib_data -name "*.gz" -exec gunzip {} \;
find miplib_data -name "*.gz" -delete

benchmarks/linear_programming/run_mps_files.sh --path miplib_data/ --write-log-file --log-to-console false --output-dir miplib_result --time-limit 600 --presolve t > miplib_result/output.log 2>&1
Morty Proxy This is a proxified and sanitized view of the page, visit original site.