3
0
Fork 0
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:
Ken McMillan 2013-06-04 18:22:54 -07:00
parent 9890b3bb5c
commit 418f148ecf
4 changed files with 50 additions and 14 deletions

View file

@ -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(){}