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.
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
Audit
| Definitions | 1 |
|---|---|
| Public names | 2 |
| Members | 1 |
| Version | 26.7.0 |
| Revision | daab053ee433 |