Skip to content

SMT-LIB Proposal: Integer Arithmetic with Exponentials #45

@ffrohn

Description

@ffrohn

Here's a proposal for integrating exponentiation into the Ints theory. In a nutshell, the proposal is to introduce a new function

(** Int Int Int)

with the following semantics:

  • (** x y) = xy if y >= 0
  • (** x y) = 1 div x-y if y < 0

All the details are in the PDF.

If you're interested, please comment, ideally before Christmas. The goal is to stabilize the proposal by the end of the year.

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