summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-09-17Improvements and fixes for symmetry detection and breaking (#2459)Andrew Reynolds
2018-09-17Move inst_strategy_cbqi to inst_strategy_cegqi (#2477)Andrew Reynolds
2018-09-17Decision strategy: incorporate cegis unif (#2482)Andrew Reynolds
2018-09-17 Decision strategy: incorporate bounded integers (#2481)Andrew Reynolds
2018-09-17Decision strategy: incorporate datatypes sygus solver. (#2479)Andrew Reynolds
2018-09-17More aggressive skolem caching for strings, document and clean preprocessor (...Andrew Reynolds
2018-09-17Make strings model construction robust to lengths that are not propagated equ...Andrew Reynolds
2018-09-17Remove broken dumping support from portfolio build (#2470)Andres Noetzli
2018-09-17Remove unnecessary tracing from preprocessing (#2472)Andres Noetzli
2018-09-17Decision strategy: incorporate UF with cardinality constraints (#2476)Andrew Reynolds
2018-09-17Decision strategy: incorporate sygus feasible and sygus stream feasible (#2462)Andrew Reynolds
2018-09-14Refactor how assertions are added to decision engine (#2396)Andres Noetzli
2018-09-14Add Skolem cache for strings, refactor length registration (#2457)Andrew Reynolds
2018-09-13Generalize CandidateRewriteDatabase to ExprMiner (#2340)Andrew Reynolds
2018-09-13Fix #include for minisat headers in bvminisat. (#2463)Mathias Preiner
2018-09-13Uses information gain heuristic for building better solutions from DTs (#2451)Haniel Barbosa
2018-09-13Simplify storing of transcendental function applications that occur in assert...Andrew Reynolds
2018-09-13 Decision strategy: incorporate CEGQI (#2460)Andrew Reynolds
2018-09-12New C++ API: Try to fix (false positive) Coverity warnings. (#2454)Aina Niemetz
2018-09-12 Initial infrastructure for theory decision manager (#2447)Andrew Reynolds
2018-09-11Fix for when strings process loop is disabled. (#2456)Andrew Reynolds
2018-09-11Fixe compiler warning in line_buffer.cpp. (#2453)Aina Niemetz
2018-09-11Support model cores via option --produce-model-cores. (#2407)Andrew Reynolds
2018-09-11Avoid calling size() every iteration (#2450)yoni206
2018-09-10Fix global negate (#2449)Andrew Reynolds
2018-09-10fix (#2446)Haniel Barbosa
2018-09-10Set NodeManager to nullptr when exporting vars (#2445)Andres Noetzli
2018-09-10Using a single condition enumerator in sygus-unif (#2440)Haniel Barbosa
2018-09-10Refactor non-clausal simplify preprocessing pass. (#2425)Aina Niemetz
2018-09-10Squash implementation of counterexample-guided instantiation (#2423)Andrew Reynolds
2018-09-10Add (str.replace (str.replace y w y) y z) rewrite (#2441)Andres Noetzli
2018-09-07Replace boost::integer_traits with std::numeric_limits. (#2439)Mathias Preiner
2018-09-07Remove clock_gettime() replacement for macOS. (#2436)Mathias Preiner
2018-09-07 Make isClosedEnumerable a member of TypeNode (#2434)Andrew Reynolds
2018-09-06 Further simplify and fix initialization of ce guided instantiation (#2437)Andrew Reynolds
2018-09-06Refactor and document quantifiers variable elimination and conditional splitt...Andrew Reynolds
2018-09-06Minor improvements to interface for rep set. (#2435)Andrew Reynolds
2018-09-05 More extended rewrites for strings equality (#2431)Andrew Reynolds
2018-09-05 Eliminate select over store in quantifier bodies (#2433)Andrew Reynolds
2018-09-05Use std::uniqe_ptr for d_eq_infer to make Coverity happy. (#2432)Mathias Preiner
2018-09-05Remove printing support for sygus enumeration types (#2430)Andrew Reynolds
2018-09-05Finer-grained inference of substitutions in incremental mode (#2403)Andrew Reynolds
2018-09-05 Extended rewriter for string equalities (#2427)Andrew Reynolds
2018-09-04Add HAVE_CLOCK_GETTIME guard to clock_gettime.c (#2428)Mathias Preiner
2018-09-04Remove redundant strings rewrite. (#2422)Andrew Reynolds
2018-09-04Remove CVC3 compatibility layer (#2418)Andres Noetzli
2018-09-04Remove unused options file (#2413)Andres Noetzli
2018-09-04Minor improvements to theory model builder interface. (#2408)Andrew Reynolds
2018-09-04Make quantifiers strategies exit immediately when in conflict (#2099)Andrew Reynolds
2018-09-04Transfer ownership of learned literals from SMT engine to circuit propagator....Aina Niemetz
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback