Skip to content

Commit

Permalink
Added ApproximateRuleRefinementImpl Class
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasEberle committed Oct 1, 2020
1 parent a74efef commit 99b6581
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions python/boomer/common/cpp/rule_refinement.h
Original file line number Diff line number Diff line change
Expand Up @@ -107,3 +107,7 @@ class ExactRuleRefinementImpl : virtual public IRuleRefinement {
uint32 numLabelIndices, const uint32* labelIndices) override;

};

class ApproximateRuleRefinementImpl : virtual public IRuleRefinement {

};

0 comments on commit 99b6581

Please sign in to comment.