dp_satchmo.sh

loading
details
attribute current value
name dp_satchmo.sh
description no description
owning solver matchbox2015-07-26.1
contents
#!/bin/bash

solver=satchmo
bits=4
con=2

export LD_LIBRARY_PATH=.

./MB.exe --dp \
    --$solver \
    --natural --arctic \
    --bits=$bits \
    --con=$con \
    --cores \
    --latex \
    +RTS -N -M32G -K1G -RTS \
    $1  \
    2>/dev/null

back to matchbox2015-07-26.1