#include <cstdio>#include <fstream>#include "CoinHelperFunctions.hpp"#include "BCP_math.hpp"#include "BCP_string.hpp"#include "BCP_buffer.hpp"#include "BCP_vector.hpp"#include "MC.hpp"#include "MC_solution.hpp"
Go to the source code of this file.
Macros | |
| #define | MC_PRINT_ITER_COUNT 0 |
| #define | MC_TEST_COST_AFTER_EVERY_SWITCH 0 |
Functions | |
| static double | MC_switch_cost (const MC_adjacency_entry *adj_list, const int degree, const int *sig, const int this_sig) |
| #define MC_PRINT_ITER_COUNT 0 |
Definition at line 18 of file MC_solution.cpp.
| #define MC_TEST_COST_AFTER_EVERY_SWITCH 0 |
Definition at line 20 of file MC_solution.cpp.
|
inlinestatic |
Definition at line 65 of file MC_solution.cpp.
1.8.5