Parse a problem from a character stream.
Parse a problem from a character stream. The result is the formula
contained in the input, a list of interpolation specifications present
in the input, and the Signature
declared in the input
(constants, and the TermOrder
that was used for the formula).
Make sure that the current settings frame contains a local copy of
the Environment
.
Make sure that the current settings frame contains a local copy of
the Environment
.
To be called before changing anything in the Environment
.
Check whether the given expression should never be inlined, e.g., because it is too big.
Check whether the given expression should never be inlined, e.g., because it is too big. This method is meant to be redefinable in subclasses
Parse an SMT-LIB script of the form
(ignore expression)
.
Parse an SMT-LIB script of the form
(ignore expression)
.
Pop a frame from the settings stack.
Pop a frame from the settings stack.
Pop a frame from the settings stack.
Pop a frame from the settings stack.
Add a new frame to the settings stack; this in particular affects the
Environment
.
Add a new frame to the settings stack; this in particular affects the
Environment
.
Add a new frame to the settings stack; this in particular affects the
Environment
.
Add a new frame to the settings stack; this in particular affects the
Environment
.
Erase all stored information.
Erase all stored information.
(Since version ) see corresponding Javadoc for more information.