#include <tracer.hpp>

Go to the source code of this file.
Classes | |
| class | QuadraticCuts |
Defines | |
| #define | indexQ(i, j, n) ((n) + (i) * (2*(n)-1-(i)) / 2 + (j)) |
| #define | aaRECOMPUTE_XTILDE_EV_FROM_SCRATCH |
| #define | QUADRATIC_CUTS_DEBUG |
| #define | QUADRATIC_CUTS_CHECK_TOLERANCE 1e-8 |
Definition at line 15 of file quadratic_cuts_check.hpp.
| #define aaRECOMPUTE_XTILDE_EV_FROM_SCRATCH |
Definition at line 19 of file quadratic_cuts_check.hpp.
| #define QUADRATIC_CUTS_DEBUG |
Definition at line 20 of file quadratic_cuts_check.hpp.
| #define QUADRATIC_CUTS_CHECK_TOLERANCE 1e-8 |
Definition at line 21 of file quadratic_cuts_check.hpp.
1.6.1