Skip to content
Snippets Groups Projects
Commit 5727eb60 authored by Michele Alberti's avatar Michele Alberti
Browse files

[bin] Do not restrict alpha-beta-CROWN to a single thread.

parent 3755a028
No related branches found
No related tags found
No related merge requests found
......@@ -25,5 +25,5 @@ if [ "$1" = "--version" ]; then
SCRIPT_DIR=$( dirname -- "$0"; )
$SCRIPT_DIR/dummyversion.py "abcrown"
else
OMP_NUM_THREADS=1 python3 -m abcrown "$@"
python3 -m abcrown "$@"
fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment