Skip to content

Commit

Permalink
Add uninterpretedWithArgs
Browse files Browse the repository at this point in the history
Allows for user given argument names for uninterpreted functions. These names come in handy when displaying models of uninterpreted functions.
  • Loading branch information
LeventErkok committed Dec 30, 2023
1 parent 1ac7ea3 commit 1bcdc2e
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 42 deletions.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@

* Added 'sSetBitTo', variant of 'setBitTo', but allows symbolic indexes.

* Added 'uninterpretWithArgs', which allows for user given argument names for uninterpreted functions. These
names come in handy when displaying models of uninterpreted functions.

* Added `Documentation.SBV.Examples.Misc.ProgramPaths`, showing an example use of all-sat partitioning.

* Added `Documentation.SBV.Examples.BitPrecise.PEXT_PDEP`, modeling x86 instructions PDEP and PEXT.
Expand Down
Loading

0 comments on commit 1bcdc2e

Please sign in to comment.