mirror of
https://github.com/Z3Prover/z3
synced 2025-09-03 00:28:06 +00:00
Move proof dot printing into iuc_proof
This commit is contained in:
parent
45500ff7d3
commit
07ad67ebad
4 changed files with 545 additions and 633 deletions
|
@ -1,6 +1,7 @@
|
|||
#ifndef IUC_PROOF_H_
|
||||
#define IUC_PROOF_H_
|
||||
|
||||
#include <ostream>
|
||||
#include "ast/ast.h"
|
||||
|
||||
namespace spacer {
|
||||
|
@ -35,6 +36,7 @@ public:
|
|||
return !is_h_marked (p) && is_core_pure(m.get_fact (p));
|
||||
}
|
||||
|
||||
void display_dot(std::ostream &out);
|
||||
// debug method
|
||||
void dump_farkas_stats();
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue