mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
address build warning with overloaded virtual operators
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
f7aec02503
commit
3761dd869a
1 changed files with 1 additions and 0 deletions
|
@ -53,6 +53,7 @@ public:
|
|||
mc(ast_manager& m);
|
||||
// flush model converter from SAT solver to this structure.
|
||||
void flush_smc(sat::solver& s, atom2bool_var const& map);
|
||||
using model_converter::operator();
|
||||
void operator()(sat::model& m);
|
||||
void operator()(model_ref& md) override;
|
||||
void operator()(expr_ref& fml) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue