MC_feas_sol Class Reference
#include <MC.hpp>
List of all members.
Public Member Functions |
| MC_feas_sol (const int nnodes, int *&s, const int nedges, const MC_graph_edge *edges) |
| MC_feas_sol (const double c, const int nnodes, int *&s, const int nedges, double *&v) |
| ~MC_feas_sol () |
| MC_feas_sol (const int nnodes, int *&s, const int nedges, const MC_graph_edge *edges) |
| MC_feas_sol (const double c, const int nnodes, int *&s, const int nedges, double *&v) |
| ~MC_feas_sol () |
Public Attributes |
double | cost |
int | num_nodes |
int * | sign |
int | num_edges |
double * | value |
Detailed Description
Definition at line 54 of file MC.hpp.
Constructor & Destructor Documentation
MC_feas_sol::MC_feas_sol |
( |
const int |
nnodes, |
|
|
int *& |
s, |
|
|
const int |
nedges, |
|
|
const MC_graph_edge * |
edges | |
|
) |
| | [inline] |
MC_feas_sol::MC_feas_sol |
( |
const double |
c, |
|
|
const int |
nnodes, |
|
|
int *& |
s, |
|
|
const int |
nedges, |
|
|
double *& |
v | |
|
) |
| | [inline] |
MC_feas_sol::~MC_feas_sol |
( |
|
) |
[inline] |
MC_feas_sol::MC_feas_sol |
( |
const int |
nnodes, |
|
|
int *& |
s, |
|
|
const int |
nedges, |
|
|
const MC_graph_edge * |
edges | |
|
) |
| | [inline] |
MC_feas_sol::MC_feas_sol |
( |
const double |
c, |
|
|
const int |
nnodes, |
|
|
int *& |
s, |
|
|
const int |
nedges, |
|
|
double *& |
v | |
|
) |
| | [inline] |
MC_feas_sol::~MC_feas_sol |
( |
|
) |
[inline] |
Member Data Documentation
The documentation for this class was generated from the following files:
- /home/coin/svn-release/Bcp-1.4.0/Applications/MaxCut/include/MC.hpp
- /home/coin/svn-release/Bcp-1.4.0/Bcp/examples/MaxCut/include/MC.hpp