Skip to content

Commit

Permalink
virtual
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
  • Loading branch information
NikolajBjorner committed Aug 27, 2020
1 parent 4ab35a9 commit c6135a4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/sat/smt/sat_smt.h
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ namespace sat {

class th_model_builder {
public:

virtual ~th_model_builder() {}

/**
\brief compute the value for enode \c n and store the value in \c values
for the root of the class of \c n.
Expand Down

0 comments on commit c6135a4

Please sign in to comment.