mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 00:55:31 +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
|
@ -1496,6 +1496,7 @@ def mk_config():
|
|||
if test_foci2(CXX,FOCI2LIB):
|
||||
LDFLAGS = '%s %s' % (LDFLAGS,FOCI2LIB)
|
||||
SLIBEXTRAFLAGS = '%s %s' % (SLIBEXTRAFLAGS,FOCI2LIB)
|
||||
CPPFLAGS = '%s -D_FOCI2' % CPPFLAGS
|
||||
else:
|
||||
print "FAILED\n"
|
||||
FOCI2 = False
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue