3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-26 04:56:03 +00:00

still working on interpolation of full z3 proofs

This commit is contained in:
Ken McMillan 2013-09-15 13:33:20 -07:00
parent 07bb534d65
commit 2c9c5ba1f0
8 changed files with 547 additions and 135 deletions

View file

@ -53,8 +53,11 @@ public:
};
//#define IZ3_TRANSLATE_DIRECT2
#ifndef _FOCI2
#define IZ3_TRANSLATE_DIRECT
// #define IZ3_TRANSLATE_FULL
#else
#define IZ3_TRANSLATE_FULL
#endif
#endif