cvc5.git
2017-06-21 Andrew ReynoldsMerge pull request #175 from CVC4/fix_uninit
2017-06-21 ajreynolProperly handle subtypes in smt2 printer.
2017-06-21 Andres NötzliAdd run script for unsat cores track at SMT-COMP (...
2017-06-21 Andrew ReynoldsMerge pull request #176 from CVC4/smtcomp2017
2017-06-21 ajreynolUpdate casc and sygus comp scripts.
2017-06-21 Clément Pit... Check for sigaltstack in configure (#172)
2017-06-20 Andres NoetzliFix SIGILL handler
2017-06-19 Andres NoetzliBetter configuration for QF_NRA
2017-06-18 ajreynolFix assertion
2017-06-18 ajreynolMinor change to ensureTheoryAtoms for bug 828.
2017-06-17 Andres NötzliChange language in competition script to smt2.6 (#171)
2017-06-17 Andres NötzliFix stream parsing
2017-06-16 Clark BarrettMerge pull request #170 from CVC4/fix_2_6_parser3
2017-06-16 Andres NötzliFix segfault by making unit conflict CDMaybe
2017-06-16 Andres NoetzliParse 'is', 'match' differently for non-DT input
2017-06-16 Clark BarrettFix for bug 639.
2017-06-15 Andres NoetzliMake comp script more robust
2017-06-15 ajreynolFix for issue related to cbqi + E-matching.
2017-06-15 ajreynolAdd regression.
2017-06-15 ajreynolFix relevant domain for datatypes, fixes bug 824.
2017-06-15 ajreynolEnsure uninterpreted constants do not escape datatypes...
2017-06-15 Clark BarrettMerge pull request #167 from CVC4/fix_div
2017-06-14 Andres NoetzliRemove UdivSelf rewrite, add UdivZero rewrite
2017-06-14 Andres NoetzliFix uninitialized value
2017-06-04 Clark BarrettFix compile error
2017-06-03 ajreynolMinor to smt comp script.
2017-06-02 ajreynolFix regression.
2017-06-02 ajreynolIncorporate datatypes into smt comp script, add regression.
2017-06-01 ajreynolMinor optimizations related to cbqi.
2017-05-31 ajreynolFix model construction for BV with cbqi. Minor change...
2017-05-31 guykatzzA more informative error message when a theory is not...
2017-05-31 ajreynolMinor fix to last commit.
2017-05-31 ajreynolChange to-int, div, int-div skolems from CDAttribute...
2017-05-31 ajreynolMinor change to defaults, update smt comp script, minor...
2017-05-30 guykatzzprint only labeled assertions as part of the unsat...
2017-05-28 Clark BarrettMerge pull request #164 from CVC4/fix_comp
2017-05-28 Andres Noetzli[Competition] Fix ABC, fix CryptoMiniSat req
2017-05-26 Tim KingChecking that equalities belong to the arithmetic theor...
2017-05-26 Andres NoetzliFix use-after-free with ResChains
2017-05-25 ajreynolQuote unsat core names if applicable, fixes bug 816.
2017-05-22 ajreynolInitial draft of 2017 competition scripts.
2017-05-20 ajreynolFix bug 812.
2017-05-17 Clark BarrettMerge pull request #155 from makaimann/conditional_coverage
2017-05-16 Clark BarrettMerge pull request #161 from 4tXJ7f/fix_parser
2017-05-16 Clark BarrettMerge pull request #160 from 4tXJ7f/fix_win_build
2017-05-16 Andres NoetzliAvoid tokenizing FP tokens in non-FP input
2017-05-16 Andres NoetzliFix error in Windows build
2017-05-16 Andrew ReynoldsMerge pull request #156 from 4tXJ7f/fix_safe_print
2017-05-15 Andres NoetzliMinor fix in safe_print function
2017-05-15 ajreynolCleanup handling of division (possible fix for bugs...
2017-05-15 Andrew ReynoldsMerge pull request #159 from 4tXJ7f/fix_set_types
2017-05-15 Andres NoetzliFix type checks for relation operators
2017-05-15 Andrew ReynoldsMerge pull request #158 from 4tXJ7f/fix_sets_rewriter
2017-05-15 Andres NoetzliFix minor bug in sets rewriter
2017-05-15 ajreynolFix bug 806. Minor fixes to remove term formula pass.
2017-05-15 Andrew ReynoldsMerge pull request #157 from 4tXJ7f/fix_iterator
2017-05-15 Andres NoetzliFix condition in upwards closure check for sets
2017-05-15 ajreynolFix issue in ceg_instantiator related to types and...
2017-05-15 ajreynolMake conflict-based instantiation abort if a ground...
2017-05-14 Clark BarrettMerge pull request #154 from 4tXJ7f/fix_test
2017-05-13 Andres NotzliFix out-of-bounds access in test
2017-05-12 makaimannAdding VPATH back in
2017-05-12 makaimannConditional coverage build
2017-05-12 Andres NotzliMake signal handlers safer
2017-05-10 ajreynolDo not split on cardinality for string equivalence...
2017-05-09 ajreynolChange str.replace for empty string.
2017-05-05 ajreynolDo not eliminate extended arithmetic symbols when finit...
2017-05-05 ajreynolFix error message.
2017-05-04 guykatzzskolemization manager may be called also when just...
2017-05-04 guykatzzfixing bug 790: track dependencies when the unsatCores...
2017-04-28 Clark BarrettPartial fix for bug 717.
2017-04-28 ajreynolMinor fixes
2017-04-28 ajreynolFix bug for real division.
2017-04-28 ajreynolDo not eliminate non-standard arithmetic operators...
2017-04-24 ajreynolFixes and simplifications for fmf mbqi.
2017-04-24 ajreynolFix parsing selectors for nullary constructors in smtli...
2017-04-24 Andrew ReynoldsMerge pull request #152 from timothy-king/delta-rationa...
2017-04-23 Tim KingChanging spaces to tabs in Makefile.
2017-04-22 Tim KingUpdating TheoryArithPrivate::getDeltaValue() to eagerly...
2017-04-22 Clark BarrettMerge pull request #151 from 4tXJ7f/fix_debug
2017-04-22 Clark BarrettDisabled bug639.smt2 which still fails.
2017-04-21 Clark BarrettAdd test cases for bugs 639 and 681.
2017-04-21 Clark BarrettFix for bug 681 (now gives reasonable error message...
2017-04-21 Andres NoetzliMove assertion out of loop for better performance
2017-04-21 Clark BarrettMerge pull request #150 from 4tXJ7f/check_exceptions2
2017-04-21 ajreynolFix new relations regressions to use sets-ext.
2017-04-21 ajreynolHandle subtypes in sets. Bug fixes for tuples with...
2017-04-21 Andres NotzliAdd check for C++ exceptions to config script
2017-04-20 Andrew ReynoldsMerge pull request #149 from PaulMeng/master
2017-04-20 ajreynolMinor fixes.
2017-04-20 Paul MengSupport for relational operators identity and join...
2017-04-19 ajreynolFix mktheoryrewriter and mktheorytraits for nullaryoper...
2017-04-19 ajreynolFixes for handling set universe: restrict upwards rule...
2017-04-19 Clark BarrettMerge pull request #147 from makaimann/coverage_fix
2017-04-18 Clark BarrettFix for bug 639.
2017-04-18 makaimannCoverage fix
2017-04-14 ajreynolActively split for upwards closusure intersection....
2017-04-14 ajreynolFix bug related to portfolio with nullary operators.
2017-04-14 ajreynolFix nullary operator printers, minor.
2017-04-14 ajreynolFix for fmf-fun when the option is set by user command.
next