summaryrefslogtreecommitdiff
path: root/src/theory/bags
AgeCommit message (Expand)Author
2021-12-13Distinguishing more uses of CONST_RATIONAL (#7802)Andrew Reynolds
2021-12-13A more efficient implementation for bag.card operator (#7797)mudathirmahgoub
2021-12-13Initial cut at distinguishing uses of CONST_RATIONAL (#7682)Andrew Reynolds
2021-12-13Fix cvc5-projects issues #358 and #375 (#7743)mudathirmahgoub
2021-12-02add bag.fold operator (#7718)mudathirmahgoub
2021-11-23Add rewrite rule for bag.card operator using bag.map and lambda (#7643)mudathirmahgoub
2021-11-15Add documentation for theory_bags_type_rules.h (#7642)mudathirmahgoub
2021-11-13Fix type error for rewriting bag.map bag.union_disjoint (#7640)mudathirmahgoub
2021-11-12bags: Rename kinds with a more consistent naming scheme (#7611)mudathirmahgoub
2021-11-12Remove `ConstantMap<Rational>` (#7635)Andres Noetzli
2021-11-10Fix soundness issue of missing premises for count bag lemmas (#7615)mudathirmahgoub
2021-11-08expand bag.choose operator (#7481)mudathirmahgoub
2021-11-08sets: Rename kinds with a more consistent naming scheme. (#7595)Aina Niemetz
2021-11-01Eliminate calls to Rewriter::rewrite and options:: in sets and bags (#7550)Andrew Reynolds
2021-10-31Fix soundess issue for bags with negative multiplicity (#7539)mudathirmahgoub
2021-10-31Remove assertSkeleton for bag elements during model building (#7538)mudathirmahgoub
2021-10-25Add inference for count map (#7264)mudathirmahgoub
2021-10-22Refactor theory inference manager constructor (#7457)Andrew Reynolds
2021-09-09Remove `TheoryState::options()` (#7148)Andres Noetzli
2021-09-07Use `EnvObj` methods instead of `Theory` methods (#7144)Andres Noetzli
2021-09-02[Unit Tests] Fix bags rewrite test (#7114)Andres Noetzli
2021-08-30Add kind BAG_MAP and its type rule to bags (#6503)mudathirmahgoub
2021-08-16Push Env class into TheoryState (#7012)Gereon Kremer
2021-08-16Make Theory class use Env (#7011)Gereon Kremer
2021-07-27Default equality proofs for bags and separation logic (#6932)Andrew Reynolds
2021-05-26 More precise includes of `Node` constants (#6617)Andres Noetzli
2021-05-24Move proof utilities to src/proof/ (#6611)Andrew Reynolds
2021-05-13Add std::hash overloads for Node, TNode and TypeNode. (#6534)Mathias Preiner
2021-04-22Move expand definition from Theory to TheoryRewriter (#6408)Andrew Reynolds
2021-04-14Refactor / reimplement statistics (#6162)Gereon Kremer
2021-04-14Rename public and private headers in src/include. (#6352)Aina Niemetz
2021-04-12Bags: Move more implementation of type rule from header to .cpp. (#6336)Aina Niemetz
2021-04-12Refactor and update copyright headers. (#6316)Aina Niemetz
2021-04-09Rename CVC4__ header guards to CVC5__. (#6326)Aina Niemetz
2021-04-05Add documentation for theory_bags_type_rules.h (#6268)mudathirmahgoub
2021-04-05[proof-new] Registering proof checkers uniformly from the SMT solver (#6275)Haniel Barbosa
2021-04-01Rename namespace CVC5 to cvc5. (#6258)Aina Niemetz
2021-04-01kinds: Remove non-existent properties. (#6253)Aina Niemetz
2021-03-31Rename namespace CVC4 to CVC5. (#6249)Aina Niemetz
2021-03-31Bags: Move implementation of type rules from header to .cpp file. (#6247)Aina Niemetz
2021-03-16cmake: Generate cvc4_export.h and set visibility to hidden. (#6139)Mathias Preiner
2021-03-15Replace HistogramStat by IntegralHistogramStat (#6126)Gereon Kremer
2021-03-11First refactoring of statistics classes (#6105)Gereon Kremer
2021-03-09Some more cleanup of includes (#6083)Gereon Kremer
2021-03-09Update copyright headers to 2021. (#6081)Aina Niemetz
2021-03-03Add tuple projection operator (#5904)mudathirmahgoub
2021-03-02Clean up includes to reduce compile times (#6031)Gereon Kremer
2021-02-19Refactoring theory inference process (#5920)Andrew Reynolds
2021-02-18Add statistic for InferenceId to TheoryInferenceManager. (#5913)Gereon Kremer
2021-02-11Make most methods of TheoryInferenceManager expect an InferenceId. (#5897)Gereon Kremer
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback