Skip to content

Commit

Permalink
Merge pull request #3 from gussmith23/vcanumalla/add-stp
Browse files Browse the repository at this point in the history
  • Loading branch information
vcanumalla authored Dec 12, 2023
2 parents 3a7fc3c + f1ad290 commit d269af9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rosette/solver/smt/stp.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
(provide (rename-out [make-stp stp]) stp? stp-available?)

(define-runtime-path stp-path (build-path ".." ".." ".." "bin" "stp"))
(define stp-opts '("--SMTLIB2" "-p"))
(define stp-opts '("--SMTLIB2"))

(define (stp-available?)
(not (false? (base/find-solver "stp" stp-path #f))))
Expand Down

0 comments on commit d269af9

Please sign in to comment.