#include <assert.h>
#include "spxdefines.h"
#include "clufactor.h"
#include "cring.h"
#include "spxalloc.h"
#include "exceptions.h"
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 32 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().
◆ WITH_WARNINGS