3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-27 21:48:56 +00:00

revert to logging conflict to get EUF trim to work

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2023-07-25 09:45:35 -07:00
parent 6c8b8609ee
commit 68a437e615
6 changed files with 15 additions and 4 deletions

View file

@ -51,6 +51,7 @@ namespace arith {
enum class hint_type {
farkas_h,
bound_h,
cut_h,
implied_eq_h
};