cmake: Cleanup CMakeLists.txt files, remove SHARED.
[cvc5.git] / src / theory /
2018-09-22 Mathias Preinercmake: Remove unused CMakeLists.txt
2018-09-22 Mathias Preinercmake: Working build infrastructure.
2018-09-22 Aina Niemetzcmake: .cpp generation done, .h generation not yet...
2018-09-22 Aina Niemetzcmake: Added initial build infrastructure.
2018-09-19 Andrew ReynoldsDecision strategy: incorporate arrays. (#2495)
2018-09-19 Andres NoetzliAdd rewrites for str.contains + str.replace/substr...
2018-09-19 Andrew ReynoldsDecision strategy: incorporate separation logic. (...
2018-09-19 Andrew ReynoldsAdd two rewrites for string contains character (#2492)
2018-09-19 Andrew Reynolds Refactor strings extended functions inferences (#2480)
2018-09-18 Andres NoetzliFix issue with str.idof in evaluator (#2493)
2018-09-18 Andrew ReynoldsDecision strategy: incorporate strings fmf. (#2485)
2018-09-18 Andrew ReynoldsMore aggressive caching of string skolems. (#2491)
2018-09-18 Andrew ReynoldsMove and rename sygus solver classes (#2488)
2018-09-18 Andrew ReynoldsClean remaining references to getNextDecisionRequest...
2018-09-18 Andrew ReynoldsImprovements and fixes for symmetry detection and break...
2018-09-17 Andrew ReynoldsMove inst_strategy_cbqi to inst_strategy_cegqi (#2477)
2018-09-17 Andrew ReynoldsDecision strategy: incorporate cegis unif (#2482)
2018-09-17 Andrew Reynolds Decision strategy: incorporate bounded integers (...
2018-09-17 Andrew ReynoldsDecision strategy: incorporate datatypes sygus solver...
2018-09-17 Andrew ReynoldsMore aggressive skolem caching for strings, document...
2018-09-17 Andrew ReynoldsMake strings model construction robust to lengths that...
2018-09-17 Andrew ReynoldsDecision strategy: incorporate UF with cardinality...
2018-09-17 Andrew ReynoldsDecision strategy: incorporate sygus feasible and sygus...
2018-09-15 Andres NoetzliRefactor how assertions are added to decision engine...
2018-09-14 Andrew ReynoldsAdd Skolem cache for strings, refactor length registrat...
2018-09-14 Andrew ReynoldsGeneralize CandidateRewriteDatabase to ExprMiner (...
2018-09-13 Haniel BarbosaUses information gain heuristic for building better...
2018-09-13 Andrew ReynoldsSimplify storing of transcendental function application...
2018-09-13 Andrew Reynolds Decision strategy: incorporate CEGQI (#2460)
2018-09-12 Andrew Reynolds Initial infrastructure for theory decision manager...
2018-09-12 Andrew ReynoldsFix for when strings process loop is disabled. (#2456)
2018-09-11 Andrew ReynoldsSupport model cores via option --produce-model-cores...
2018-09-11 Haniel Barbosafix (#2446)
2018-09-11 Haniel BarbosaUsing a single condition enumerator in sygus-unif ...
2018-09-10 Andrew ReynoldsSquash implementation of counterexample-guided instanti...
2018-09-10 Andres NoetzliAdd (str.replace (str.replace y w y) y z) rewrite ...
2018-09-07 Andrew Reynolds Make isClosedEnumerable a member of TypeNode (#2434)
2018-09-06 Andrew Reynolds Further simplify and fix initialization of ce guided...
2018-09-06 Andrew ReynoldsRefactor and document quantifiers variable elimination...
2018-09-06 Andrew ReynoldsMinor improvements to interface for rep set. (#2435)
2018-09-05 Andrew Reynolds More extended rewrites for strings equality (#2431)
2018-09-05 Andrew Reynolds Eliminate select over store in quantifier bodies ...
2018-09-05 Mathias PreinerUse std::uniqe_ptr for d_eq_infer to make Coverity...
2018-09-05 Andrew Reynolds Extended rewriter for string equalities (#2427)
2018-09-04 Andrew ReynoldsRemove redundant strings rewrite. (#2422)
2018-09-04 Andrew ReynoldsMinor improvements to theory model builder interface...
2018-09-04 Andrew ReynoldsMake quantifiers strategies exit immediately when in...
2018-09-04 Aina NiemetzTransfer ownership of learned literals from SMT engine...
2018-09-04 Andrew ReynoldsRefactor ceg conjecture initialization (#2411)
2018-08-31 Haniel BarbosaAllows SAT checks of repair const to have different...
2018-08-31 Andrew ReynoldsRefactor and document alpha equivalence. (#2402)
2018-08-30 Andres NoetzliUse useBland option in FCSimplexDecisionProcedure ...
2018-08-30 Andrew ReynoldsAdd regular expression elimination module (#2400)
2018-08-28 Andrew Reynolds Split term canonize utility to own file and document...
2018-08-28 Aina NiemetzReorder circuit propagator class.
2018-08-28 Aina NiemetzMove flag needsFinish from SMT engine to circuit propag...
2018-08-28 Andrew Reynolds Fix for get constraints method in fmf-fun (#2399)
2018-08-28 Andrew ReynoldsSolve equalities between Boolean variables in presolve...
2018-08-28 Andres NoetzliRemove throw specifiers in FP type checker (#2392)
2018-08-28 Andres NoetzliRemove dead code in fp_converter (#2388)
2018-08-28 Andrew ReynoldsFix sort inference for quantified variables of interpre...
2018-08-28 Andrew Reynolds Address more coverity warnings (#2394)
2018-08-28 Andrew ReynoldsFix warning in sygus io. (#2391)
2018-08-28 Andres NoetzliRemove dead code in evaluator (#2389)
2018-08-28 Andrew ReynoldsRefactor extended rewriter, move rewrites to aggressive...
2018-08-27 Mathias PreinerUse std:unique_ptr instead of raw pointers in theory...
2018-08-26 Andres NoetzliUse uniform length limit for String constants (#2381)
2018-08-26 Andrew ReynoldsFix unsigned integer type issues in strings (#2380)
2018-08-26 Andres NoetzliRefactor unconstrained simplification pass (#2374)
2018-08-25 yoni206Refactor quantifier macros preprocessing pass (#1840)
2018-08-25 Andrew ReynoldsClean up quantifiers engine initialization. (#2371)
2018-08-24 Andrew Reynolds Fix more simple coverity warnings (#2372)
2018-08-24 Andres NoetzliAdd tests that enumerate and verify rewrite rules ...
2018-08-24 Andrew Reynolds Do not print internally generated datatypes in externa...
2018-08-23 Andrew Reynolds Fixing some coverity warnings (#2357)
2018-08-23 Aina NiemetzRefactor ITE simplification preprocessing pass. (#2360)
2018-08-23 yoni206global-negate preprocessing pass (#2317)
2018-08-22 Andrew Reynolds More unused code elimination (#2358)
2018-08-22 Tim KingWrapping TheorySetsPrivate in a unique_ptr. (#2356)
2018-08-22 Andrew ReynoldsFix invalid iterator comparisons (#2349)
2018-08-21 Tim KingAdd constexpr annotations to help coverity understand...
2018-08-21 Andrew ReynoldsUse cbqi-full for sygus (#2346)
2018-08-21 Andrew ReynoldsMore unused code elimination (#2339)
2018-08-20 Andrew Reynolds Remove support for prototype (non-sygus) synthesis...
2018-08-20 Andrew ReynoldsMinor improvements to the interface for sygus sampler...
2018-08-20 Andrew Reynolds Make sygus inference a preprocessing pass (#2334)
2018-08-17 Andrew ReynoldsRemove support for flipDecision (#2319)
2018-08-17 Andrew ReynoldsRemove miscellaneous unused code (#2333)
2018-08-17 Andrew Reynolds Fix spurious warning in sort inference (#2331)
2018-08-17 Andrew Reynolds Fix arithmetic division by zero in sygus repair consta...
2018-08-17 Andrew Reynolds Eliminate partial operators in sygus grammar normaliza...
2018-08-17 Tim King Initialize inputAssertions only when proofRecipe is...
2018-08-17 Haniel BarbosaAdding support for bitvector SyGuS problems without...
2018-08-17 Tim KingRemoving coverity warnings from theory_sep.cpp (#2320)
2018-08-16 Andres NoetzliMove node algorithms to separate file (#2311)
2018-08-16 Andrew ReynoldsMinor fixes and improvement for sygus to builtin. ...
2018-08-16 Tim KingSwitching an Assert to a CVC4_CHECK to test if it resol...
2018-08-15 Andres NoetzliRemove unused tuple classes (#2313)
2018-08-15 Andrew ReynoldsMake sort inference a preprocessing pass (#2309)
2018-08-15 Andres NoetzliRemove unused declaration (#2310)
next