Skip to content

Use uninterpreted functions for division #995

@gustavo-grieco

Description

@gustavo-grieco

SMT bitvector division (bvudiv, bvsdiv, bvurem, bvsrem) is expensive for solvers. Halmos uses uninterpreted functions during symbolic execution, deferring exact division semantics to a refinement phase. This dramatically speeds up path exploration while remaining sound.

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