Skip to documentation
SLOP

tiny.smt.ProofClause

Reference tiny.smt ProofClause

Defined in tiny.smt.

One starting clause of a ProofArtifact: a clause the checker takes as given.

API (1)

Fields and members

Public fields and members.

No direct callersNo direct callstiny.smtProofClause
Static calls · unresolved targets: unknown · external targets: unknown.

Source

Source: lib/smt/src/sat/proof.zig:20

zig
/// One starting clause of a `ProofArtifact`: a clause the checker takes as given. Code that writes/// a proof or checks its scope walks the starting clauses.pub const ProofClause = struct {    /// The literals of the clause, owned by the artifact and freed by `ProofArtifact.deinit`.    literals: []Literal,};

Source: lib/smt/src/root.zig:110

zig
pub const ProofClause = sat.ProofClause;

Also reachable as

sat.ProofClause.

Audit

Definitions1
Public names2
Members1
Version26.7.0
Revisiondaab053ee433