Skip to content

Add bounded model checking for loop analysisΒ #16

@rahuldass19

Description

@rahuldass19

Which engine does this affect?

Code Verifier

Is this feature deterministic?

Yes - Pure symbolic/math/logic

Problem Statement

Currently the verifier cannot handle loops/recursion safely - it may explore too many paths (path explosion problem).

Proposed Solution

What needs to be done

  • Implement loop bounding (limit iterations to configurable depth)
  • Add recursive depth limits
  • Create "critical path" prioritization

Skills needed

  • Python
  • Understanding of symbolic execution

Alternatives Considered

No response

Checklist

  • I have read CONTRIBUTING.md
  • This is NOT an enterprise feature (audit, SSO, RBAC)

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions