public final class Global
extends java.lang.Object
| Constructor and Description |
|---|
Global() |
| Modifier and Type | Method and Description |
|---|---|
static void |
disableTrace(java.lang.String tag)
Disable tracing messages tagged as `tag' when Z3 is compiled in debug mode.
|
static void |
enableTrace(java.lang.String tag)
Enable tracing messages tagged as `tag' when Z3 is compiled in debug mode.
|
static java.lang.String |
getParameter(java.lang.String id)
Get a global (or module) parameter.
|
static void |
resetParameters()
Restore the value of all global (and module) parameters.
|
static void |
setParameter(java.lang.String id,
java.lang.String value)
Set a global (or module) parameter, which is shared by all Z3 contexts.
|
static void |
ToggleWarningMessages(boolean enabled)
Enable/disable printing of warning messages to the console.
|
public static void setParameter(java.lang.String id,
java.lang.String value)
public static java.lang.String getParameter(java.lang.String id)
id does not exist.public static void resetParameters()
public static void ToggleWarningMessages(boolean enabled)
public static void enableTrace(java.lang.String tag)
public static void disableTrace(java.lang.String tag)