Skip to content

Rename variables that use built-in z3 keyword #31

Description

@bandali

From literate-unitb created by aminb : unitb/literate-unitb#30

Originally reported by: Simon Hudon (Bitbucket: cipher2048, GitHub: Unknown)


(declare-const rem Int)

produces

(error "line 36 column 31: invalid declaration, builtin symbol rem")

we should use

(declare-const b$rem Int)

instead


Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions