Agent Maturity Compass API - v1.2.0
    Preparing search index...

    Interface InvariantCheckResult

    interface InvariantCheckResult {
        counterexample?: SystemState;
        holds: boolean;
        proof: ProofCertificate;
        property: FormalProperty;
    }
    Index
    counterexample?: SystemState
    holds: boolean
    property: FormalProperty