mirror of
https://github.com/Z3Prover/z3
synced 2025-05-08 16:25:48 +00:00
update conflict resolution
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
33895d522b
commit
e44db06bb7
3 changed files with 44 additions and 12 deletions
|
@ -153,6 +153,8 @@ namespace smt {
|
|||
void process_antecedent(literal l, numeral coeff);
|
||||
void process_ineq(ineq& c, literal conseq, numeral coeff);
|
||||
|
||||
void hoist_maximal_values();
|
||||
|
||||
void validate_final_check();
|
||||
void validate_final_check(ineq& c);
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue