3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-29 20:05:51 +00:00
z3/src/math/grobner
2021-05-23 14:25:01 +01:00
..
CMakeLists.txt add bit-matrix, avoid flattening and/or after bit-blasting, split pdd_grobner into solver/simplifier, add xlin, add smtfd option for incremental mode logic 2020-01-01 20:14:20 -08:00
grobner.cpp call it data instead of c_ptr for approaching C++11 std::vector convention. 2021-04-13 18:17:35 -07:00
grobner.h call it data instead of c_ptr for approaching C++11 std::vector convention. 2021-04-13 18:17:35 -07:00
pdd_simplifier.cpp call it data instead of c_ptr for approaching C++11 std::vector convention. 2021-04-13 18:17:35 -07:00
pdd_simplifier.h remove a hundred implicit constructors/destructors 2021-05-23 14:25:01 +01:00
pdd_solver.cpp fix incorrect bound in order-lemma 2020-06-13 14:28:42 -07:00
pdd_solver.h fix incorrect bound in order-lemma 2020-06-13 14:28:42 -07:00