Skip to content
Snippets Groups Projects

Jirakjan bp rebase

Merged Jan Trávníček requested to merge jirakjan-bp-rebase into master
7 files
+ 27
7
Compare changes
  • Side-by-side
  • Inline
Files
7
+ 15
0
 
/*
 
* CGR.cpp
 
*
 
* Created on: 19. 3. 2020
 
* Author: Jan Jirak
 
*/
 
 
#include "CGR.h"
 
#include <registration/AlgoRegistration.hpp>
 
 
namespace {
 
 
auto CGR = registration::AbstractRegister < stringology::exact::CGR, ext::set < unsigned >, const string::LinearString < > &, const string::LinearString < > & > ( stringology::exact::CGR::match );
 
 
} /* namespace */
Loading