mirror of
https://github.com/Z3Prover/z3
synced 2025-07-19 19:02:02 +00:00
enable logic parameter update to configure SMTLIB logic
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
7f51ecab37
commit
67397bf71e
16 changed files with 30 additions and 30 deletions
|
@ -135,7 +135,7 @@ namespace opt {
|
|||
void to_smt2_benchmark(std::ofstream & buffer,
|
||||
unsigned num_assumptions, expr * const * assumptions,
|
||||
char const * name = "benchmarks",
|
||||
char const * logic = "", char const * status = "unknown", char const * attributes = "");
|
||||
symbol const& logic = symbol::null, char const * status = "unknown", char const * attributes = "");
|
||||
|
||||
private:
|
||||
lbool decrement_value(unsigned i, inf_eps& val);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue