mirror of
https://github.com/Z3Prover/z3
synced 2026-02-14 04:41:48 +00:00
Revert "Refactor find_probe() to use std::optional (#8334)"
This reverts commit 49817bc259.
This commit is contained in:
parent
7a2eea6f40
commit
3f26d42215
4 changed files with 13 additions and 14 deletions
|
|
@ -38,7 +38,7 @@ public:
|
|||
void insert(simplifier_cmd* c);
|
||||
void insert(probe_info * p);
|
||||
std::optional<tactic_cmd*> find_tactic_cmd(symbol const & s) const;
|
||||
std::optional<probe_info*> find_probe(symbol const & s) const;
|
||||
probe_info * find_probe(symbol const & s) const;
|
||||
simplifier_cmd* find_simplifier_cmd(symbol const& s) const;
|
||||
|
||||
unsigned num_tactics() const { return m_tactics.size(); }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue