Add priorities to getNextDecision. Properly handle case for finite types + unbounded...
authorajreynol <andrew.j.reynolds@gmail.com>
Thu, 3 Nov 2016 20:09:12 +0000 (15:09 -0500)
committerajreynol <andrew.j.reynolds@gmail.com>
Thu, 3 Nov 2016 20:09:26 +0000 (15:09 -0500)
commitb6d5d0b11cf7624cd7a3e0a2f6f77d83d2f7001a
treeb0e5acbce9023c28bf1bb85eee5da97b79c94561
parent8a8455d955c084c9a9f7add1f4e4da6b1dbc35eb
Add priorities to getNextDecision. Properly handle case for finite types + unbounded heaps in sep logic. Fix another simple memory leak in sygus.
25 files changed:
src/theory/arrays/theory_arrays.cpp
src/theory/arrays/theory_arrays.h
src/theory/quantifiers/bounded_integers.cpp
src/theory/quantifiers/bounded_integers.h
src/theory/quantifiers/ce_guided_instantiation.cpp
src/theory/quantifiers/ce_guided_instantiation.h
src/theory/quantifiers/inst_strategy_cbqi.cpp
src/theory/quantifiers/inst_strategy_cbqi.h
src/theory/quantifiers/quant_util.h
src/theory/quantifiers/theory_quantifiers.cpp
src/theory/quantifiers/theory_quantifiers.h
src/theory/quantifiers_engine.cpp
src/theory/quantifiers_engine.h
src/theory/sep/theory_sep.cpp
src/theory/sep/theory_sep.h
src/theory/strings/theory_strings.cpp
src/theory/strings/theory_strings.h
src/theory/theory.h
src/theory/theory_engine.cpp
src/theory/uf/theory_uf.cpp
src/theory/uf/theory_uf.h
src/theory/uf/theory_uf_strong_solver.cpp
src/theory/uf/theory_uf_strong_solver.h
test/regress/regress0/sep/Makefile.am
test/regress/regress0/sep/sep-fmf-priority.smt2 [new file with mode: 0644]