SoPlex Doxygen Documentation
sorter.h File Reference

Generic QuickSort implementation. More...

#include <assert.h>

Go to the source code of this file.

Namespaces

namespace  soplex
 Everything should be within this namespace.
 

Functions

template<class T , class COMPARATOR >
static void sorter_qsort (T *t, int end, COMPARATOR &compare, int start=0)
 Generic QuickSort implementation.
 
template<class T , class COMPARATOR >
static int sorter_qsortPart (T *t, COMPARATOR &compare, int start, int end, int size, int start2=0, int end2=0)
 Generic implementation of Partial QuickSort.
 

Detailed Description

Generic QuickSort implementation.

Definition in file sorter.h.