3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-02 09:20:22 +00:00
This commit is contained in:
Nikolaj Bjorner 2021-04-07 11:28:51 -07:00
parent 46831e7ebb
commit a99e75f58f
2 changed files with 9 additions and 0 deletions

View file

@ -320,6 +320,8 @@ struct smt_params : public preprocessor_params,
void updt_params(context_params const & p);
void display(std::ostream & out) const;
void validate_string_solver(symbol const& s) const;
};