26#ifndef __Autocomplete_h__
27#define __Autocomplete_h__
Interface for the searchable second normal form sorting network C2NF.
Second normal form searchable sorting network.
Searchable second normal form sorting network with autocomplete.
bool StillSorts(const size_t)
Does it still sort when a bit is changed?
void Initialize()
Initialize the sorting test.
void SetToS()
Set top of stack.
bool Sorts()
Does it sort?
void initLastLevel()
Initialize the last level of the comparator network.
CAutocomplete(CMatching &, const size_t)
Constructor.