mirror of
https://github.com/Z3Prover/z3
synced 2025-10-29 18:52:29 +00:00
working on incremental stratified inlining in duality
This commit is contained in:
parent
9890b3bb5c
commit
418f148ecf
4 changed files with 50 additions and 14 deletions
|
|
@ -803,7 +803,7 @@ namespace Duality {
|
|||
is chiefly useful for abstraction refinement, when we want to
|
||||
solve a series of similar problems. */
|
||||
|
||||
virtual void LearnFrom(Solver *old_solver) = 0;
|
||||
virtual void LearnFrom(Counterexample &old_cex) = 0;
|
||||
|
||||
virtual ~Solver(){}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue