mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 20:05:51 +00:00
add parameter validation to tactic parameters
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
4ea3ed7e27
commit
335f9a9be1
3 changed files with 64 additions and 9 deletions
|
@ -90,6 +90,7 @@ public:
|
|||
void set_sym(char const * k, symbol const & v);
|
||||
|
||||
void display(std::ostream & out) const;
|
||||
void display_smt2(std::ostream& out, char const* module, param_descrs& module_desc) const;
|
||||
|
||||
void validate(param_descrs const & p) const;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue