mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 11:55:51 +00:00
add tactic name
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
e3bd5badf2
commit
9f2b18cac5
73 changed files with 218 additions and 63 deletions
|
@ -839,6 +839,8 @@ namespace qe {
|
|||
~nlqsat() override {
|
||||
}
|
||||
|
||||
char const* name() const override { return "nlqsat"; }
|
||||
|
||||
void updt_params(params_ref const & p) override {
|
||||
params_ref p2(p);
|
||||
p2.set_bool("factor", false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue