Runner CLI Script

This commit is contained in:
Brandon Rozek 2023-03-29 21:17:09 -04:00
parent 395872a4d4
commit d6bc88566f
No known key found for this signature in database
GPG key ID: 26E457DA82C9F480
3 changed files with 74 additions and 1 deletions

View file

@ -89,7 +89,7 @@
(defun setup-snark (&key (time-limit 5) (verbose nil))
(snark:initialize :verbose verbose)
;; (if (not verbose) (snark-deverbose) )
(if (not verbose) (snark-deverbose) )
(snark:run-time-limit 5)
(snark:assert-supported t)
(snark:assume-supported t)