mirror of
https://github.com/Z3Prover/z3
synced 2025-06-13 17:36:15 +00:00
add QF_DT
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
a0d0812b0c
commit
8ff1e070be
5 changed files with 20 additions and 4 deletions
|
@ -54,6 +54,7 @@ namespace smt {
|
|||
// setup_<logic>(static_features & st) can only be used if the logical context will perform a single
|
||||
// check.
|
||||
//
|
||||
void setup_QF_DT();
|
||||
void setup_QF_UF();
|
||||
void setup_QF_UF(static_features const & st);
|
||||
void setup_QF_RDL();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue