Search-logger uses the same protocol as CP-Profiler and it is designed to record coming from a solver messages (nodes and commands) to a file. The resulting file is readable by search-reader to simulate the original solver execution.
- make sure that Rust and Cargo are installed (can be installed using rustup)
- execute
cargo build --release
in the same directory asCargo.toml