mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 03:15:50 +00:00
parent
0ca5f59e35
commit
8a961a5ce9
5 changed files with 8 additions and 9 deletions
|
@ -67,7 +67,7 @@ namespace smt {
|
|||
void add(clause& c);
|
||||
void add(unsigned n, literal const* lits, clause_kind k, justification* j);
|
||||
void del(clause& c);
|
||||
proof_ref get_proof();
|
||||
proof_ref get_proof(bool inconsistent);
|
||||
};
|
||||
|
||||
std::ostream& operator<<(std::ostream& out, clause_proof::status st);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue