mirror of
https://github.com/Z3Prover/z3
synced 2025-08-06 11:20:26 +00:00
disable blanket validation
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
335f9a9be1
commit
b8b5c4d5b4
1 changed files with 3 additions and 3 deletions
|
@ -1229,9 +1229,9 @@ class using_params_tactical : public unary_tactical {
|
||||||
params_ref m_params;
|
params_ref m_params;
|
||||||
public:
|
public:
|
||||||
using_params_tactical(tactic * t, params_ref const & p):unary_tactical(t), m_params(p) {
|
using_params_tactical(tactic * t, params_ref const & p):unary_tactical(t), m_params(p) {
|
||||||
param_descrs r;
|
//param_descrs r;
|
||||||
collect_param_descrs(r);
|
//collect_param_descrs(r);
|
||||||
p.validate(r);
|
//p.validate(r);
|
||||||
t->updt_params(p);
|
t->updt_params(p);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue