mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 19:35:50 +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:
parent
6c8b8609ee
commit
68a437e615
6 changed files with 15 additions and 4 deletions
|
@ -192,6 +192,9 @@ namespace arith {
|
|||
case hint_type::farkas_h:
|
||||
name = "farkas";
|
||||
break;
|
||||
case hint_type::cut_h:
|
||||
name = "cut";
|
||||
break;
|
||||
case hint_type::bound_h:
|
||||
name = "bound";
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue