Skip to content

Commit

Permalink
yices->yices-smt2 in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gussmith23 committed Dec 14, 2023
1 parent 5b2fcef commit e00ac84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rosette/guide/scribble/datatypes/solvers+solutions.scrbl
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ will send the command @tt{(set-option :seed 5)} to Yices2 prior to solving.
}

@defproc[(yices-available?) boolean?]{
Returns true if the Yices2 solver is available for use (i.e., Rosette can locate a @tt{yices} binary).
Returns true if the Yices2 solver is available for use (i.e., Rosette can locate a @tt{yices-smt2} binary).
If this returns @racket[#f], @racket[(yices)] will not succeed
without its optional @racket[path] argument.}

Expand Down

0 comments on commit e00ac84

Please sign in to comment.