some improvements to the sharing mechanism/interface
authorDejan Jovanović <dejan.jovanovic@gmail.com>
Thu, 22 Mar 2012 20:40:41 +0000 (20:40 +0000)
committerDejan Jovanović <dejan.jovanovic@gmail.com>
Thu, 22 Mar 2012 20:40:41 +0000 (20:40 +0000)
commit8c4495b18e40a406be35baceaf473878bcc375f1
tree2c1e491cbb088e26775572160b31ae2cd250bad8
parentf40ec39fe48f83e1cc1a31f9e18635687bd63c76
some improvements to the sharing mechanism/interface
15 files changed:
.project
src/theory/theory.cpp
src/theory/theory.h
src/theory/theory_engine.cpp
src/theory/theory_engine.h
src/theory/uf/equality_engine.h
src/theory/uf/equality_engine_impl.h
src/theory/uf/theory_uf.cpp
src/theory/uf/theory_uf.h
test/regress/regress0/Makefile.am
test/regress/regress0/uflia/Makefile [new file with mode: 0644]
test/regress/regress0/uflia/Makefile.am [new file with mode: 0644]
test/regress/regress0/uflia/javafe.ast.StandardPrettyPrint.319_no_forall.smt2 [new file with mode: 0644]
test/regress/regress0/uflia/javafe.ast.WhileStmt.447_no_forall.smt2 [new file with mode: 0644]
test/regress/regress0/uflia/simplify.javafe.ast.ArrayInit.35_without_quantification2.smt2 [new file with mode: 0644]