TorchLean API

NN.Verification.Cert.AbCrownLeafCert

AbCrown Leaf Certificate #

Alpha-beta-CROWN (AbCrown) leaf-certificate checker.

This module checks a small JSON certificate format (abcrown_leaf_cert_v0_1) exported by a Python verification pipeline. It does not run bound propagation itself; instead it validates that:

This is useful for:

References:

Run: lake exe verify -- abcrown-leaf [path/to/cert.json]

Bundled sample alpha-beta-CROWN leaf certificate.

Instances For

    Parse and validate a abcrown_leaf_cert_v0_1 JSON certificate.

    On failure this throws IO.userError with a brief message.

    Instances For

      CLI entry point: lake exe verify -- abcrown-leaf [cert.json].

      If no path is provided, checks a small bundled sample certificate under NN/Examples/Verification/AbCrown/.

      Instances For