default

loading
details
attribute current value
name default
description no description
owning solver mathsat-5.6.6
contents
#!/bin/sh

if [ "$#" -eq 0 ]; then
	# incremental track
	./mathsat
else
	./mathsat "$1" 2>"$2"/error.log
fi

back to mathsat-5.6.6