Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 1.31 KB

File metadata and controls

24 lines (19 loc) · 1.31 KB

ParaILP

Run

mkdir build
cd code
chmod +x run
./run --instance=<instance.mps> --cutoff=<cutoff>
  1. <instance.mps>: path for the ilp instance
  2. <cutoff>: seconds to run

New Records for Open Instances

  1. https://miplib.zib.de/instance_details_bley_xs1.html

Reference

If you use ParaILP in an academic context, please acknowledge this and cite the following article.

Peng Lin, Mengchuan Zou, Zhihan Chen and Shaowei Cai. ParaILP: A Parallel Local Search Framework for Integer Linear Programming with Cooperative Evolution Mechanism. Proceedings of the Thirty-Third International Joint Conference on Artificial Intelligence. Main Track. Pages 6949-6957. https://doi.org/10.24963/ijcai.2024/768

BibTeX

@inproceedings{ijcai2024p768, title = {ParaILP: A Parallel Local Search Framework for Integer Linear Programming with Cooperative Evolution Mechanism}, author = {Lin, Peng and Zou, Mengchuan and Chen, Zhihan and Cai, Shaowei}, booktitle = {Proceedings of the Thirty-Third International Joint Conference on Artificial Intelligence, {IJCAI-24}}, publisher = {International Joint Conferences on Artificial Intelligence Organization}, editor = {Kate Larson}, pages = {6949--6957}, year = {2024}, month = {8}, note = {Main Track}, doi = {10.24963/ijcai.2024/768}, url = {https://doi.org/10.24963/ijcai.2024/768}, }