Skip to content

Support for new SMTLIB commands #18

Description

@inventshah

From the recent 2.6 SMT-LIB Standard sections 1.1.1 - 1.1.4, the following commands are missing:

  • define-fun-rec
  • define-funs-rec
  • get-unsat-assumptions
  • declare-datatype
  • declare-datatypes

The current implementation of generalized quantifiers in OpenJML utilize the define-fun-rec command. For older solvers, this command can be implemented as a series of declare-fun and assert forall commands. It is still useful to have the new commands as some solvers can perform additional optimizations.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions