Functions
MC_kruskal.cpp File Reference
#include <cassert>
#include <algorithm>
#include <numeric>
#include "CoinHelperFunctions.hpp"
#include "MC_cut.hpp"
#include "MC.hpp"
Include dependency graph for MC_kruskal.cpp:

Go to the source code of this file.

Functions

static void MC_label_neighbors (const int this_node, const int *degree, const int *neighbornode, const int *neighboredge, int *parentnode, int *parentedge)
 
void MC_kruskal (const MC_problem &mc, const int *edgeorder, const double *x, int *nodesign, int *edges_in_tree)
 
void MC_kruskal (const MC_problem &mc, const int *edgeorder, const double *x, int *nodesign, int *parentnode, int *parentedge)
 

Function Documentation

static void MC_label_neighbors ( const int  this_node,
const int degree,
const int neighbornode,
const int neighboredge,
int parentnode,
int parentedge 
)
static

Definition at line 15 of file MC_kruskal.cpp.

void MC_kruskal ( const MC_problem mc,
const int edgeorder,
const double *  x,
int nodesign,
int edges_in_tree 
)

Definition at line 33 of file MC_kruskal.cpp.

void MC_kruskal ( const MC_problem mc,
const int edgeorder,
const double *  x,
int nodesign,
int parentnode,
int parentedge 
)

Definition at line 129 of file MC_kruskal.cpp.