Skip to content

Tags: sorawee/rosette

Tags

3.0

Toggle 3.0's commit message
Add symbolic profiling to Rosette.

assume

Toggle assume's commit message
Refactor the synthesize query to use assumption and assertion stacks.

Update all uses of the query to conform to the new syntax.
Change (vcgen e) and (vcgen-eval e) to return only the
assumptions and assertions generated during the evaluation of e,
without prepending the assumptions and assertions that were on
the stack before the form was evaluated.
Change (vcs e) accordingly to maintaing the eval/asserts semantics.

2.2

Toggle 2.2's commit message
Merge pull request emina#29 from AlexKnauth/patch-2

use make-variable-like-transformer for fv

v2.1

Toggle v2.1's commit message
Add release notes for Rosette 2.1.

v2.0

Toggle v2.0's commit message
Update the Travis script.

v1.1

Toggle v1.1's commit message
Minor bug fixes.

objectives

Toggle objectives's commit message
Added objectives extraction that works only for optimizing constants …

…(not expressions).

v1.0

Toggle v1.0's commit message
Merge pull request emina#3 from jamesbornholt/persistent-smtlib

Make smtlib servers persistent.