mirror of
https://github.com/Z3Prover/z3
synced 2025-08-02 17:30:23 +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
|
@ -133,6 +133,8 @@ public:
|
|||
|
||||
~solver_subsumption_tactic() override {}
|
||||
|
||||
char const* name() const override { return "solver_subsumption"; }
|
||||
|
||||
void updt_params(params_ref const& p) override {
|
||||
m_params = p;
|
||||
unsigned max_conflicts = p.get_uint("max_conflicts", 2);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue