#include "CoinSort.hpp"
#include "BCP_matrix.hpp"
#include "MC_cut.hpp"
Go to the source code of this file.
|
static void | MC_test_ising_four_cycle (const double sum, const double minviol, const int c0, const int c1, const int c2, const int c3, BCP_vec< BCP_cut * > &cuts, BCP_vec< BCP_row * > &rows) |
|
void | MC_test_ising_four_cycles (const int n, const int *cycles, const double *x, const double minviol, BCP_vec< BCP_cut * > &cuts, BCP_vec< BCP_row * > &rows) |
|
void | MC_test_ising_triangles (const int n, const int *cycles, const double *x, const double minviol, BCP_vec< BCP_cut * > &cuts, BCP_vec< BCP_row * > &rows) |
|