mkdir build
cd code
chmod +x run
./run --instance=<instance.mps> --cutoff=<cutoff>
- <instance.mps>: path for the ilp instance
- <cutoff>: seconds to run
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
@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}, }