Add priorities to getNextDecision. Properly handle case for finite types + unbounded...
[cvc5.git] / src / theory / sep /
2016-11-03 ajreynolAdd priorities to getNextDecision. Properly handle...
2016-11-02 ajreynolFix bug in separation logic for finite pto-data types...
2016-11-02 ajreynolFix a few obvious memory leaks in sygus and quantifiers...
2016-10-11 Paul MengMerge branch 'origin' of https://github.com/CVC4/CVC4.git
2016-09-15 ajreynolMake sep pto a trigger kind, track in equality engines...
2016-09-14 ajreynolSupport for unique variable generation in node manager.
2016-09-14 ajreynolLemma cache in theory sep. Minor optimization for sets...
2016-09-13 ajreynolMinor changes to sep logic, epr, quantifier splitting.
2016-09-12 ajreynolPrefer non-cardinality constants in term models for...
2016-09-12 ajreynolEnsure sep.nil is unique per type at NodeManager level...
2016-09-09 ajreynolSupport for separation logic + EPR. Refactor preprocess...
2016-09-08 ajreynolRefactor seplog preprocess. Handle case where sep data...
2016-08-25 ajreynolMinor cleanup preprocessing, add ppNotifyAssertions.
2016-08-24 PaulMengMerge remote-tracking branch 'origin/master'
2016-08-09 guykatzzMerge pull request #89 from 4tXJ7f/fix_proof_spaces
2016-08-09 ajreynolFixes for sep star rewrite.
2016-07-25 GuyMerge branch 'master' of https://github.com/CVC4/CVC4
2016-07-22 ajreynolMinor, error handling for polymorphism + sep logic.
2016-07-20 ajreynolInfrastructure for storing and printing heap models...
2016-07-20 ajreynolInfer conflicts in strings based on abstracting equalit...
2016-07-07 ajreynolEnsure heap disjointness in sep refinements.
2016-07-07 ajreynolRefactoring of strings preprocess module. When enabled...
2016-07-06 ajreynolAdd comment field for model, resolves hack for printing...
2016-07-05 ajreynolRefactor last call for theories, only create one model...
2016-07-05 PaulMengMerge branch 'master' of https://github.com/CVC4/CVC4.git
2016-06-20 GuyMerge branch 'master' of https://github.com/CVC4/CVC4
2016-06-20 ajreynolMinor change to sep/kinds
2016-06-20 GuyMerge branch 'master' of https://github.com/CVC4/CVC4
2016-06-17 ajreynolCleanup from last commit, treat sep.nil as variable...
2016-06-17 ajreynolSupport for separation logic. Enable cbqi by default...