mirror of
https://github.com/Z3Prover/z3
synced 2025-06-03 12:51:22 +00:00
still working on interpolation of full z3 proofs
This commit is contained in:
parent
07bb534d65
commit
2c9c5ba1f0
8 changed files with 547 additions and 135 deletions
|
@ -308,7 +308,11 @@ public:
|
|||
int interpolate(const std::vector<ast> &cnsts, std::vector<ast> &itps){
|
||||
assert((int)cnsts.size() == frames);
|
||||
std::string lia("lia");
|
||||
#ifdef _FOCI2
|
||||
foci = foci2::create(lia);
|
||||
#else
|
||||
foci = 0;
|
||||
#endif
|
||||
if(!foci){
|
||||
std::cerr << "iZ3: cannot find foci lia solver.\n";
|
||||
assert(0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue