mirror of
https://github.com/Z3Prover/z3
synced 2025-08-21 10:41:35 +00:00
adding cmd_context
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
5536834019
commit
8d5507008e
4 changed files with 13 additions and 0 deletions
|
@ -82,6 +82,7 @@ namespace smt {
|
|||
void setup_QF_S();
|
||||
void setup_LRA();
|
||||
void setup_CSP();
|
||||
void setup_special_relations();
|
||||
void setup_AUFLIA(bool simple_array = true);
|
||||
void setup_AUFLIA(static_features const & st);
|
||||
void setup_AUFLIRA(bool simple_array = true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue