cyc.sh

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

solver=satchmo
bits=4
con=0

export LD_LIBRARY_PATH=.

./MB.exe  \
    --cycle \
    --$solver \
    --arctic --natural \
    --bits=$bits \
    --con=$con \
    --both \
    --cores \
    +RTS -C -N -M7G -K1G -RTS \
    $1  \
    2>/dev/null

back to matchbox2015-07-26.1