v2DM-DOCI
1.0
|
#include <fstream>
#include <cassert>
#include <iomanip>
#include <chrono>
#include <functional>
#include <signal.h>
#include "BoundaryPoint.h"
#include "Hamiltonian.h"
#include "OptIndex.h"
Go to the source code of this file.
Macros | |
#define | BP_AVG_ITERS_START 500000 |
Variables | |
sig_atomic_t | stopping |
#define BP_AVG_ITERS_START 500000 |
Definition at line 34 of file BoundaryPoint.cpp.