Skip to content

Commit

Permalink
fix unit test
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolaj Bjorner <[email protected]>
  • Loading branch information
NikolajBjorner committed Jan 15, 2025
1 parent 878fd48 commit 5fec07a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/sls_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ namespace bv {
class my_sat_solver_context : public sls::sat_solver_context {
vector<sat::clause_info> m_clauses;
indexed_uint_set s;
reslimit m_limit;
public:
my_sat_solver_context() {}

Expand All @@ -31,6 +32,7 @@ namespace bv {
// void reset_statistics() override {}
void force_restart() override {}
std::ostream& display(std::ostream& out) override { return out; }
reslimit& rlimit() override { return m_limit; }
};

class sls_test {
Expand Down

0 comments on commit 5fec07a

Please sign in to comment.