rust-toolchain1.95.0cargo-pgo0.3.0llvm21.1.8llvm-bolt21.1.8
cdto the root of the project i.e., whereCargo.tomlis- Compile the project using the helper script
./build.sh - The binary is at
./target/x86_64-unknown-linux-gnu/release/project_4-bolt-optimized - Pass DIMACS problem through
stdin
If the above fails, it is possible to compile the code with no optimizations
by running cargo build -r. The binary will be at ./target/build/release/project_4