Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 651 Bytes

File metadata and controls

28 lines (21 loc) · 651 Bytes

NuWLS-c

wget https://maxsat-evaluations.github.io/2023/mse23-solver-src/anytime/NuWLS-c-2023.zip
unzip NuWLS-c-2023.zip
cd NuWLS-c-2023/code
make
cd ../bin

Ensure that NuWLS-c is correctly installed and add it to your PATH.

FAQ

I use MacOS and Homebrew, and I cannot build the solvers: Try adding these to the Makefile:

LFLAGS     += -L/opt/homebrew/lib/
CFLAGS     += -I/opt/homebrew/include/

I get the error: FileNotFoundError: No such file or directory: 'timeout': When using an anytime solver, the timeout command must be installed. On MacOS, try this command:

brew install coreutils