Final (1+1) EA inspired algorithm.
The submitted solver is a single C++20 program and has no external dependencies.
Required for building the solver:
- A C++20 compiler such as
g++12 or newer, or a recentclang++. bashfor the helper scripts.
Required only for local validation/testing:
- Python 3.11 or newer.
- STRIDE.
./build.sh./solver < instance.nw > solution.txtSTRIDE:
stride run -i instances.lst -s ./solver -t 300 -g 10rm -rf results stride_logs
./run_benchmark150.sh