mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
wip - local search - fix build
This commit is contained in:
parent
4f20b8e2ba
commit
a1f73d3805
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ namespace sat {
|
|||
|
||||
class local_search_plugin {
|
||||
public:
|
||||
virtual ~local_search_plugin() {}
|
||||
virtual void init_search() = 0;
|
||||
virtual void finish_search() = 0;
|
||||
virtual void flip(bool_var v) = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue