Wrapper of PRINTEMPS intended for submitting to PB25 competition.
python3 DIR/bin/main.py --time-limit TIMELIMIT --tmpdir TMPDIR --seed RANDOMSEED BENCHNAME
- ☐ Complete (your solver can answer UNSATISFIABLE)
- ☑ Incomplete (your solver can find solutions but cannot prove that there is no solution)
- ☑ DEC-LIN (decision problem, linear constraints, no UNSAT certificate)
- ☐ DEC-LIN-CERT (decision problem, linear constraints, UNSAT certificate required)
- ☑ DEC-NLC (decision problem, non-linear constraints, no UNSAT certificate)
- ☑ OPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
- ☐ OPT-LIN-CERT (optimization problem, linear constraints, OPT/UNSAT certificate required)
- ☑ OPT-NLC (optimization problem, non-linear constraints, no OPT/UNSAT certificate)
- ☑ PARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
- ☑ SOFT-LIN (WBO, only soft constraints, linear constraints)
- Python 3
- Install necessary packages
- Ubuntu:
curl
,g++
,gcc
,libc6-dev
,libffi-dev
,libgmp-dev
,libncurses-dev
,make
,xz-utils
,zlib1g-dev
,git
,gnupg
,netbase
,cmake
- Ubuntu:
- Run
build.sh
orbuild_static.sh