|
PIPS-NLP
|
#include "sLinsys.h"#include "sTree.h"#include "sFactory.h"#include "sData.h"#include "sVars.h"#include "SparseLinearAlgebraPackage.h"#include "NlpGenLinsys.h"#include "NlpGenSparseLinsys.h"#include "RegularizationAlg.h"#include "PardisoSolver.h"#include <set>#include <algorithm>Macros | |
| #define | MIN(a, b) ((a > b) ? b : a) |
Variables | |
| int | gOuterIterRefin |
| int | gOuterSolve |
| int | separateHandDiag |
| #define MIN | ( | a, | |
| b | |||
| ) | ((a > b) ? b : a) |
| int gOuterIterRefin |
| int gOuterSolve |
| int separateHandDiag |
1.8.11