mirror of
https://github.com/Z3Prover/z3
synced 2025-08-08 04:01:22 +00:00
working on pb
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
8cb959127f
commit
50cc852112
4 changed files with 366 additions and 161 deletions
|
@ -225,6 +225,7 @@ namespace smt {
|
|||
virtual proof * mk_proof(conflict_resolution & cr) = 0;
|
||||
|
||||
virtual char const * get_name() const { return "simple"; }
|
||||
|
||||
};
|
||||
|
||||
class simple_theory_justification : public simple_justification {
|
||||
|
@ -274,6 +275,7 @@ namespace smt {
|
|||
|
||||
|
||||
virtual char const * get_name() const { return "theory-propagation"; }
|
||||
|
||||
};
|
||||
|
||||
class theory_conflict_justification : public simple_theory_justification {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue