mirror of
https://github.com/Z3Prover/z3
synced 2025-08-03 18:00:23 +00:00
Added support for parsing negative numerals in the SMT 2.0 frontend
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
6a7d180e69
commit
4efe38a71d
5 changed files with 45 additions and 12 deletions
|
@ -246,6 +246,7 @@ protected:
|
|||
public:
|
||||
cmd_context(front_end_params & params, bool main_ctx = true, ast_manager * m = 0, symbol const & l = symbol::null);
|
||||
~cmd_context();
|
||||
bool is_smtlib2_compliant() const { return m_params.m_smtlib2_compliant; }
|
||||
void set_logic(symbol const & s);
|
||||
bool has_logic() const { return m_logic != symbol::null; }
|
||||
symbol const & get_logic() const { return m_logic; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue