smtproc_wclean

loading
details
attribute current value
name smtproc_wclean
description no description
owning solver CVC4-061117-sygus-comp-2017
contents
#!/bin/bash

sed  's|[0-9]*.[0-9]*/[0-9]*.[0-9]*| |' < $1 > notimestamps

 sed 's|EOF| |' < notimestamps > cleaned


./cvc4 --lang=smt2 cleaned

back to CVC4-061117-sygus-comp-2017