Enable/disable printing of warning messages to the console. Remarks: Note that this function is static and effects the behaviour of all contexts globally.
(boolean enabled)
| 82 | * globally. |
| 83 | **/ |
| 84 | public static void ToggleWarningMessages(boolean enabled) |
| 85 | |
| 86 | { |
| 87 | Native.toggleWarningMessages((enabled)); |
| 88 | } |
| 89 | |
| 90 | /** |
| 91 | * Enable tracing messages tagged as `tag' when Z3 is compiled in debug mode. |
no outgoing calls
no test coverage detected