Improve arithmetic proofs (#6106)
[cvc5.git] / src / expr / node_algorithm.h
2021-03-09 Aina NiemetzUpdate copyright headers to 2021. (#6081)
2020-12-07 Andrew ReynoldsFix bugs in getFreeVariables (#5601)
2020-11-10 Andrew ReynoldsAdd getSubtermKinds to node algorithm (#5398)
2020-09-22 Mathias PreinerUpdate copyright header script to support CMake and...
2020-06-20 Abdalrhman MohamedAdd Match utility function. (#4632)
2020-06-16 Aina NiemetzUpdate copyright headers.
2020-05-20 Andrew ReynoldsDo not eliminate variables that are equal to unevaluata...
2020-05-19 mudathirmahgoubRenamed operator CHOICE to WITNESS (#4207)
2020-02-26 Andrew ReynoldsInfrastructure for tautological literals in nonlinear...
2020-02-06 Andrew ReynoldsGeneralize containsQuantifiers to hasClosure (#3722)
2020-02-03 Andrew ReynoldsUtility function for getting component types (#3703)
2019-09-12 Andrew ReynoldsUpdate to standard implementation of contains term...
2019-09-04 yoni206More details in substitution function documentation...
2019-07-23 yoni206Get operators in node (#3094)
2019-06-05 Andres NoetzliPrevent letification from shadowing variables (#3042)
2019-04-24 Mathias PreinerDo not use __ prefix for header guards. (#2974)
2019-03-26 Aina NiemetzUpdate copyright headers.
2019-03-15 Haniel BarbosaAdding capture avoiding substitution (#2867)
2019-03-14 Andrew Reynolds Add getFreeVariables method to node algorithm (#2852)
2018-10-12 Andrew ReynoldsImprovements to rewrite rules from inputs (#2625)
2018-09-05 Andrew ReynoldsFiner-grained inference of substitutions in incremental...
2018-08-16 Andres NoetzliMove node algorithms to separate file (#2311)