mirror of
https://github.com/Veridise/Picus.git
synced 2026-05-11 03:00:06 -04:00
Update z3-utils.rkt
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
; solving component
|
||||
(define (solve smt-str timeout #:verbose? [verbose? #f] #:output-smt? [output-smt? #f])
|
||||
(define temp-folder (find-system-path 'temp-dir))
|
||||
(define temp-file (format "picus~a.smt"
|
||||
(define temp-file (format "picus~a.smt2"
|
||||
(string-replace (format "~a" (current-inexact-milliseconds)) "." "")))
|
||||
(define temp-path (build-path temp-folder temp-file))
|
||||
(set! state-smt-path temp-path)
|
||||
|
||||
Reference in New Issue
Block a user