#include "stdlib.h"
#include "stdio.h"
#include "math.h"
#include "CoinTime.hpp"
#include "CoinHelperFunctions.hpp"
#include "operators/CouenneExprMul.hpp"
#include "CouenneSdpCuts.hpp"
#include "dsyevx_wrapper.hpp"
Go to the source code of this file.
Macros | |
#define | SPARSIFY_MAX_CARD 10000 |
#define | WISE_SPARSIFY_GAP 0.0001 |
#define | SPARSIFY_OLD_DELTA 0.50 |
#define | SPARSIFY_NEW_DELTA 0.50 |
#define | SPARSIFY_OLD_NZ_THRESHOLD 0.50 |
#define | SPARSIFY_NEW_NZ_THRESHOLD 0.70 |
#define | EV_TOL 1e-13 |
Variables | |
const bool | WISE_SPARSIFY = true |
#define SPARSIFY_MAX_CARD 10000 |
Definition at line 31 of file CutGenSparse.cpp.
#define WISE_SPARSIFY_GAP 0.0001 |
Definition at line 32 of file CutGenSparse.cpp.
#define SPARSIFY_OLD_DELTA 0.50 |
Definition at line 34 of file CutGenSparse.cpp.
#define SPARSIFY_NEW_DELTA 0.50 |
Definition at line 35 of file CutGenSparse.cpp.
#define SPARSIFY_OLD_NZ_THRESHOLD 0.50 |
Definition at line 37 of file CutGenSparse.cpp.
#define SPARSIFY_NEW_NZ_THRESHOLD 0.70 |
Definition at line 38 of file CutGenSparse.cpp.
#define EV_TOL 1e-13 |
Definition at line 40 of file CutGenSparse.cpp.
const bool WISE_SPARSIFY = true |
Definition at line 29 of file CutGenSparse.cpp.