Skip to content

A Parallel Local Search Framework for Integer Linear Programming with Cooperative Evolution Mechanism

License

Notifications You must be signed in to change notification settings

shaowei-cai-group/ParaILP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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}, }

About

A Parallel Local Search Framework for Integer Linear Programming with Cooperative Evolution Mechanism

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages