27#ifndef __Nearsort2_h__
28#define __Nearsort2_h__
Interface for the searchable sorting network with the nearsort heuristic CNearsort.
Searchable sorting network with nearsort2.
bool StillNearsorts2(const size_t delta)
Does it still nearsort with this input change?
void SetToS()
Set top of stack.
void Process()
Process a candidate comparator network.
CNearsort2(CMatching &, const size_t)
Constructor.
bool EvenNearsorts2()
Does it nearly sort, even number of inputs?
bool Nearsorts2()
Does it nearly sort?
Searchable sorting network with nearsort.