Fix fp-bool.sy grammar and require symfpu (#2631)
[cvc5.git] / test /
2018-10-14 Andres NoetzliFix fp-bool.sy grammar and require symfpu (#2631)
2018-10-13 Andres NoetzliReset input language for ExprMiner subsolver (#2624)
2018-10-12 Andres Noetzli Add rewrites for str.replace in str.contains (#2623)
2018-10-11 Andres NoetzliImprove reasoning about empty strings in rewriter ...
2018-10-11 Andrew Reynolds Fix string ext inference for rewrites that introduce...
2018-10-10 Andrew ReynoldsOptimize regular expression elimination (#2612)
2018-10-10 Andres NoetzliAdd length-based rewrites for (str.substr _ _ _) (...
2018-10-09 Andrew Reynolds Support for basic actively-generated enumerators ...
2018-10-09 Aina NiemetzBV instantiator: Factor out util functions. (#2604)
2018-10-09 Aina Niemetz BV inverter: Factor out util functions. (#2603)
2018-10-08 Andrew ReynoldsAddress slow sygus regressions (#2598)
2018-10-05 Andrew Reynolds Fix cache for sygus post-condition inference (#2592)
2018-10-05 Andrew ReynoldsUpdate default options for sygus (#2586)
2018-10-04 Aina NiemetzNew C++ API: Add checks for Sorts. (#2519)
2018-10-04 Andres NoetzliOnly use SKIP_RETURN_CODE with CMake 3.9.0+ (#2590)
2018-10-04 Andrew ReynoldsFix end constraint for regexp elimination (#2571)
2018-10-03 Andrew ReynoldsFix regress (#2575)
2018-10-03 Andrew ReynoldsFix stale op list in sets (#2572)
2018-10-03 Andrew ReynoldsEliminate partial operators within lambdas during gramm...
2018-10-03 Andres Noetzlicmake: Display skipped tests as not run (#2567)
2018-10-03 Andres NoetzliAllow (_ to_fp ...) in strict parsing mode (#2566)
2018-10-03 Mathias Preinerunit: Fix ASAN detection for GCC. (#2561)
2018-10-02 Mathias Preinercmake: Add examples to build-tests, add warning for...
2018-10-02 Andres NoetzliFix "catching polymorphic type by value" warnings ...
2018-10-01 Mathias Preinercmake: Add build target build-tests to build all test...
2018-09-30 Andrew ReynoldsAdd rewrite for solving stoi (#2532)
2018-09-28 Andres NoetzliRewrites for (= "" _) and (= (str.replace _) _) (#2546)
2018-09-28 Andres Noetzlicmake: Only do Java tests when unit testing on (#2551)
2018-09-28 Mathias Preinercmake: Add CxxTest finder module to allow custom paths...
2018-09-27 Andrew ReynoldsFix Taylor overapproximation for large exponentials...
2018-09-27 Andrew Reynolds Fix homogeneous string constant rewrite (#2545)
2018-09-26 Haniel BarbosaMakes SyGuS parsing more robust in invariant problems...
2018-09-26 Mathias Preinercmake: Fix test target dependency issues. (#2540)
2018-09-26 Andrew ReynoldsEnable quantified array regression. (#2539)
2018-09-25 Andrew ReynoldsFix quantifiers selector over store rewrite (#2510)
2018-09-24 Andres NoetzliUnify rewrites related to (str.contains x y) --> (...
2018-09-24 Andres NoetzliMake string rewriter unit tests more robust (#2520)
2018-09-23 Andrew ReynoldsFix regress2. (#2502)
2018-09-22 Mathias Preinercmake: Fix systemtests dependency.
2018-09-22 Mathias Preinercmake: Run make coverage in parallel by default.
2018-09-22 Aina Niemetzcmake: Refactor cvc4_add_unit_test macro to support...
2018-09-22 Mathias Preinercmake: Require JUnit version 4.
2018-09-22 Aina Niemetzcmake: More documentation, clean up.
2018-09-22 Mathias Preinercmake: Disable unit tests if assertions are not enabled.
2018-09-22 Aina Niemetzcmake: Do not build examples and unit and system tests...
2018-09-22 Aina Niemetzcmake: Added target check
2018-09-22 Mathias Preinercmake: Only build libcvc4 and libcvc4parser as libraries.
2018-09-22 Mathias Preinercmake: Rebase with current master, add new tests/source...
2018-09-22 Mathias Preinercmake: Compile Java tests and add to ctest if Java...
2018-09-22 Aina Niemetzcmake: Add dependencies for test targets and support...
2018-09-22 Aina Niemetzcmake: Enable parallel execution for test targets regre...
2018-09-22 Aina Niemetzcmake: Build unit tests only if -DENABLE_UNIT_TESTING=ON.
2018-09-22 Aina Niemetzcmake: Added system tests and target make systemtests.
2018-09-22 Aina Niemetzcmake: Added regression tests and target make regress.
2018-09-22 Mathias Preinercmake: Disable W-suggest-override for unit tests.
2018-09-22 Aina Niemetzcmake: Add target units.
2018-09-22 Aina Niemetzcmake: Removed obsolete CMakeLists file in test.
2018-09-22 Aina Niemetzcmake: Add support for CxxTest.
2018-09-22 Aina Niemetzcmake: Added initial build infrastructure.
2018-09-19 Andres NoetzliAdd rewrites for str.contains + str.replace/substr...
2018-09-18 Andres NoetzliFix issue with str.idof in evaluator (#2493)
2018-09-18 Andrew ReynoldsImprovements and fixes for symmetry detection and break...
2018-09-17 Andrew ReynoldsMake strings model construction robust to lengths that...
2018-09-15 Andres NoetzliRefactor how assertions are added to decision engine...
2018-09-14 Andrew ReynoldsGeneralize CandidateRewriteDatabase to ExprMiner (...
2018-09-13 Haniel BarbosaUses information gain heuristic for building better...
2018-09-11 Andrew ReynoldsSupport model cores via option --produce-model-cores...
2018-09-11 Andrew ReynoldsFix global negate (#2449)
2018-09-10 Andres NoetzliAdd (str.replace (str.replace y w y) y z) rewrite ...
2018-09-06 Andrew ReynoldsRefactor and document quantifiers variable elimination...
2018-09-05 Andres NoetzliAdd regex grammar to rewriter verification tests (...
2018-09-05 Andrew Reynolds Extended rewriter for string equalities (#2427)
2018-09-04 Andres NoetzliRemove CVC3 compatibility layer (#2418)
2018-09-04 Andrew ReynoldsMake quantifiers strategies exit immediately when in...
2018-08-30 Andrew ReynoldsAdd regular expression elimination module (#2400)
2018-08-28 Andrew Reynolds Fix for get constraints method in fmf-fun (#2399)
2018-08-28 Andrew ReynoldsFix sort inference for quantified variables of interpre...
2018-08-28 Andrew ReynoldsRefactor extended rewriter, move rewrites to aggressive...
2018-08-27 Andrew ReynoldsMake division chainable in the smt2 parser (#2367)
2018-08-25 Haniel BarbosaRefactor nlExtPurify preprocessing pass (#1963)
2018-08-24 Andrew Reynolds Remove spurious disabling of cbqi-all (#2368)
2018-08-24 Andres NoetzliAdd tests that enumerate and verify rewrite rules ...
2018-08-23 Andres NoetzliAdd missing overrides in unit tests (#2362)
2018-08-23 Andrew ReynoldsFix regression requiring proof build. (#2364)
2018-08-23 Andrew ReynoldsMore regressions that increase coverage (#2354)
2018-08-22 yoni206Generating less consistency lemmas in bv-ackermann...
2018-08-22 Andrew ReynoldsFix option for real2int regression. (#2353)
2018-08-22 Haniel BarbosaAdds regression test for automatic generation of SyGuS...
2018-08-22 Andrew Reynolds Fix processing of nested Variable construct in sygus...
2018-08-21 Haniel BarbosaMakes the new row propagation system default (#2335)
2018-08-21 Andrew ReynoldsUse cbqi-full for sygus (#2346)
2018-08-21 Andres NoetzliRemove support for *.expect files in regressions (...
2018-08-21 Aina NiemetzRemove disabled system test cvc3_george. (#2342)
2018-08-20 Andrew ReynoldsAdd regressions that increase coverage (#2337)
2018-08-18 Aina Niemetzrun-regress script: Exit with exit code > 0 on failure...
2018-08-17 Andrew ReynoldsRemove support for flipDecision (#2319)
2018-08-17 Andrew Reynolds Add sygus stream regressions (#2330)
2018-08-17 Andrew Reynolds Fix spurious warning in sort inference (#2331)
2018-08-17 Andrew Reynolds Eliminate partial operators in sygus grammar normaliza...
2018-08-16 Haniel BarbosaRefactor extended rewriter preprocessing pass (#2324)
next