* Changing pre-registration to be context dependent -- it is called from the SAT...
authorDejan Jovanović <dejan.jovanovic@gmail.com>
Fri, 2 Sep 2011 12:39:23 +0000 (12:39 +0000)
committerDejan Jovanović <dejan.jovanovic@gmail.com>
Fri, 2 Sep 2011 12:39:23 +0000 (12:39 +0000)
commit90267f8729799f44c6fb33ace11b971a16e78dff
tree94a3bacbc8bba83e8002149232fb9804d2727ec1
parent1ea434616c48b92189e77b37b3e82dbbee0e0ccc
* Changing pre-registration to be context dependent -- it is called from the SAT solver on every backtrack
* Updated UF to handle the context dependent pre-registration
* Additionally some small changes in order to satisfy warnings of the eclipse code analysis tool
16 files changed:
src/main/main.cpp
src/parser/cvc/cvc_input.h
src/parser/parser_builder.cpp
src/parser/smt/smt_input.h
src/prop/cnf_stream.cpp
src/prop/minisat/core/Solver.cc
src/prop/minisat/core/Solver.h
src/prop/sat.cpp
src/prop/sat.h
src/theory/arith/theory_arith.h
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