Published June 9, 2025 | Version v1
Software Open

Source code bundle for "Unite and Lead: Finding Disjunctive Cliques for Scheduling Problems"

Description

The source code of the approach is available at the `cp25-code.tar.gz` archive. To run the experiments for experiments with RCPSP and RCPSP/max problems, compile the `rcpsp` example with `cargo build -r --example rcpsp`; the binary will be available at `./target/release/examples/rcpsp`.

`cp25-scripts.tar.gz` contains the miscellaneous scripts we have used to run the experiments and process their results. To run the experiments, please install Gourd and update the paths to binaries and instance collections. The processing of experimental data can be reproduced with standard Python (3.13) environments for parsing and R (4.5) for analysis.

Files

Files (41.7 MB)

Name Size Download all
md5:6555516e3489b687842a8cfa6af1d4c5
2.4 MB Download
md5:c126f89497c06ef828e10aa7c112135b
39.3 MB Download

Additional details

Software

Repository URL
https://github.com/ConSol-Lab/Pumpkin
Programming language
Rust, R, Python