Typedefs | Functions
MC_init.cpp File Reference
#include <fstream>
#include <algorithm>
#include "BCP_tm.hpp"
#include "MC_init.hpp"
#include "MC_cut.hpp"
#include "MC_tm.hpp"
#include "MC_lp.hpp"
Include dependency graph for MC_init.cpp:

Go to the source code of this file.

Typedefs

typedef std::pair< int, intintpair
 

Functions

USER_initializeBCP_user_init ()
 
void MC_read_parameters (MC_tm &tm, const char *paramfile)
 
void MC_readproblem (MC_tm &tm)
 
int MC_components (const int n, const int m, const MC_graph_edge *edges, int *component)
 
static void MC_fill_structure (const MC_problem &mc, MC_switch_structure &swstruct, const int num_nodes, const int *nodes)
 
static bool operator< (const intpair &ip0, const intpair &ip1)
 

Typedef Documentation

typedef std::pair<int,int> intpair

Definition at line 197 of file MC_init.cpp.

Function Documentation

USER_initialize* BCP_user_init ( )

Definition at line 15 of file MC_init.cpp.

void MC_read_parameters ( MC_tm tm,
const char *  paramfile 
)

Definition at line 104 of file MC_init.cpp.

void MC_readproblem ( MC_tm tm)

Definition at line 206 of file MC_init.cpp.

int MC_components ( const int  n,
const int  m,
const MC_graph_edge edges,
int component 
)

Definition at line 113 of file MC_init.cpp.

static void MC_fill_structure ( const MC_problem mc,
MC_switch_structure swstruct,
const int  num_nodes,
const int nodes 
)
static

Definition at line 166 of file MC_init.cpp.

static bool operator< ( const intpair ip0,
const intpair ip1 
)
inlinestatic

Definition at line 200 of file MC_init.cpp.