Skip to content

Commit

Permalink
wip - local search - fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolajBjorner committed Feb 15, 2023
1 parent 4f20b8e commit a1f73d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sat/sat_ddfw.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit a1f73d3

Please sign in to comment.