Builtin evaluation functions for sygus (#1991)
[cvc5.git] / src / theory / datatypes / datatypes_sygus.h
2018-05-28 Andrew ReynoldsBuiltin evaluation functions for sygus (#1991)
2018-05-24 Andrew ReynoldsImprove simple constant symmetry breaking for sygus...
2018-05-04 Andrew ReynoldsDocument datatypes sygus (#1818)
2018-03-20 Andrew ReynoldsMinor refactor datatypes sygus (#1673)
2018-03-06 Andrew ReynoldsRefactor symmetry breaking in datatypes sygus (#1640)
2018-02-27 Andrew ReynoldsImprovements to sygus sampling (#1621)
2018-02-14 Andrew ReynoldsQuantifiers subdirectories (#1608)
2018-02-06 Andrew ReynoldsStatically eliminate redundant sygus constructors ...
2018-02-01 Andrew ReynoldsUse sygus to synthesize/verify rewrite rules (#1547)
2017-12-06 Andres NoetzliRemove CDChunkList (#1414)
2017-10-28 Andrew ReynoldsSygus process conjecture (#1286)
2017-10-17 Tim KingFixing 2 instances of an unused variable. (#1253)
2017-10-17 Andrew ReynoldsSygus enumerators to conjecture (#1237)
2017-07-10 ajreynolMerge datatype shared selectors/sygus comp 2017 branch...
2017-07-07 Mathias PreinerUpdate copyright headers.
2016-11-02 ajreynolFix a few obvious memory leaks in sygus and quantifiers...
2016-04-20 PaulMengupdate from the master
2016-04-09 GuyMerge branch 'master' of https://github.com/CVC4/CVC4
2016-04-04 Tim KingUpdating the copyright headers and scripts.
2016-02-05 ajreynolAdd two optimizations for datatypes, currently disabled...
2015-12-15 Tim KingRefactoring Options Handler & Library Cycle Breaking
2015-02-06 Tianyi LiangMerge branch 'master' of github.com:tiliang/CVC4
2015-02-04 ajreynolRefactor sygus_util to TermDb. Initial work on solutio...
2015-02-02 ajreynolSingle invocation module for counterexample guided...
2015-02-02 ajreynolRepresentative programs must be minimal size, minor...
2015-02-01 ajreynolGeneralization of sygus lemmas based on arguments and...
2015-01-31 ajreynolBug fix fairness for commutative operators in sygus...
2015-01-31 ajreynolLemmas instead of conflicts in sygus sym break (do...
2015-01-30 ajreynolGeneralize conflict clauses in sygus sym break, merge...
2015-01-29 ajreynolApply sygus search space narrowing for all subprograms...
2015-01-29 ajreynolApply global search space narrowing for multiple synth...
2015-01-29 ajreynolAdd module for sygus search space narrowing based on...
2015-01-26 ajreynolOutput solutions for synthesis conjectures with --dump...
2015-01-26 ajreynolGeneralize sygus search space narrowing to arbitrary...
2015-01-23 ajreynolRefactor sygus arg nf. Minor improvements.
2015-01-22 ajreynolNarrow sygus search space based on NNF and rewriting...
2015-01-22 ajreynolDo not drop patterns during boolean term rewriting...
2015-01-21 ajreynolAvoid redundant constant arguments for SygusNormalForm...
2015-01-21 ajreynolInitial work on sygusNormalForm.