cvc5.git
2018-09-17 Andres NoetzliRemove unnecessary tracing from preprocessing (#2472)
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 Mathias PreinerFix #include for minisat headers in bvminisat. (#2463)
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 Aina NiemetzNew C++ API: Try to fix (false positive) Coverity warni...
2018-09-12 Aina NiemetzExamples: Remove obsolete flag CVC4_MAKE_EXAMPLES....
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 Aina NiemetzFixe compiler warning in line_buffer.cpp. (#2453)
2018-09-11 Andrew ReynoldsSupport model cores via option --produce-model-cores...
2018-09-11 yoni206Avoid calling size() every iteration (#2450)
2018-09-11 Andrew ReynoldsFix global negate (#2449)
2018-09-11 Haniel Barbosafix (#2446)
2018-09-11 Andres NoetzliSet NodeManager to nullptr when exporting vars (#2445)
2018-09-11 Haniel BarbosaUsing a single condition enumerator in sygus-unif ...
2018-09-11 Aina NiemetzRefactor non-clausal simplify preprocessing pass. ...
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 Mathias PreinerReplace boost::integer_traits with std::numeric_limits...
2018-09-07 Mathias PreinerRemove clock_gettime() replacement for macOS. (#2436)
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 ReynoldsRemove printing support for sygus enumeration types...
2018-09-05 Andrew ReynoldsFiner-grained inference of substitutions in incremental...
2018-09-05 Andres NoetzliAdd regex grammar to rewriter verification tests (...
2018-09-05 Andrew Reynolds Extended rewriter for string equalities (#2427)
2018-09-05 Mathias PreinerAdd HAVE_CLOCK_GETTIME guard to clock_gettime.c (#2428)
2018-09-04 Andrew ReynoldsRemove redundant strings rewrite. (#2422)
2018-09-04 Andres NoetzliUpdate INSTALL instructions (#2420)
2018-09-04 Andres NoetzliRemove CVC3 compatibility layer (#2418)
2018-09-04 Andres NoetzliRemove unused options file (#2413)
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 Aina NiemetzFix merge mishap of #2359.
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-31 Haniel BarbosaFix export of bound variables (#2409)
2018-08-30 Mathias PreinerRefactor theory preprocess into preprocessing pass...
2018-08-30 Andres NoetzliUse useBland option in FCSimplexDecisionProcedure ...
2018-08-30 Andrew ReynoldsAdd regular expression elimination module (#2400)
2018-08-29 Mathias PreinerRefactor MipLibTrick preprocessing pass. (#2359)
2018-08-29 Tim KingForcing attribute_internals.h to use uint64_t's for...
2018-08-29 Haniel Barbosafix bv total ops printing (#2365)
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-28 Aina NiemetzNew C++ API: Fix isDefinedKind() to not be ambigious...
2018-08-27 Mathias PreinerUse std:unique_ptr instead of raw pointers in theory...
2018-08-27 Andres NoetzliResolution proof: separate printing from proof (#1964)
2018-08-27 Andrew ReynoldsMake division chainable in the smt2 parser (#2367)
2018-08-27 Andres NoetzliRemove Coverity build from Travis (#2373)
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 Haniel BarbosaRefactor nlExtPurify preprocessing pass (#1963)
2018-08-25 Andrew ReynoldsClean up quantifiers engine initialization. (#2371)
2018-08-24 Andrew Reynolds Fix more simple coverity warnings (#2372)
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-24 Andrew Reynolds Do not print internally generated datatypes in externa...
2018-08-24 Aina NiemetzNew C++ API: Add checks for kind arguments. (#2369)
2018-08-23 Andres NoetzliAdd missing overrides in unit tests (#2362)
2018-08-23 Tim KingReplacing allocatedInCMM and d_noTrash with false every...
2018-08-23 Haniel BarbosaMakes the filename be set in the SMT engine by default...
2018-08-23 Andrew Reynolds Fixing some coverity warnings (#2357)
2018-08-23 Andrew ReynoldsFix regression requiring proof build. (#2364)
2018-08-23 Aina NiemetzRefactor ITE simplification preprocessing pass. (#2360)
2018-08-23 Andres NoetzliUse "filename" instead of "name" in SmtEngine::setInfo...
2018-08-23 yoni206global-negate preprocessing pass (#2317)
2018-08-23 Andrew ReynoldsMore regressions that increase coverage (#2354)
2018-08-22 Andrew Reynolds More unused code elimination (#2358)
2018-08-22 yoni206Generating less consistency lemmas in bv-ackermann...
2018-08-22 Tim KingWrapping TheorySetsPrivate in a unique_ptr. (#2356)
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 ReynoldsFix invalid iterator comparisons (#2349)
2018-08-22 Andrew Reynolds Fix processing of nested Variable construct in sygus...
next