Skip to content
Snippets Groups Projects
Commit a7f4dab1 authored by Rajmund Hruška's avatar Rajmund Hruška Committed by Tomáš Pecka
Browse files

algo: covers: Make class ApproximateEnhancedCoversCommon abstract

parent b88d915e
No related branches found
No related tags found
1 merge request!148Bp hruskaraj rebase
......@@ -14,6 +14,9 @@
namespace stringology::cover {
 
class ApproximateEnhancedCoversCommon {
public:
virtual ~ApproximateEnhancedCoversCommon ( ) = 0;
protected:
/**
* A simple structure used to represent the element of d-subset corresponding
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment