Go to the source code of this file.
|
| soplex |
| Everything should be within this namespace.
|
|
|
static void | enQueueMax (int *heap, int *size, int elem) |
|
static int | deQueueMax (int *heap, int *size) |
|
static void | enQueueMin (int *heap, int *size, int elem) |
|
static int | deQueueMin (int *heap, int *size) |
|
◆ SOPLEX_FACTOR_MARKER
#define SOPLEX_FACTOR_MARKER 1e-100 |
Definition at line 31 of file clufactor.cpp.
Referenced by CLUFactor::forestUpdate(), CLUFactor::solveLleft(), CLUFactor::solveLleftForest(), CLUFactor::solveUleft(), CLUFactor::solveUleftNoNZ(), CLUFactor::solveUpdateLeft(), CLUFactor::updateSolutionVectorLright(), CLUFactor::vSolveUpdateRight(), CLUFactor::vSolveUright(), CLUFactor::vSolveUright2(), and CLUFactor::vSolveUrightNoNZ().