cookInterface.h File Reference

#include <string.h>
#include <stdlib.h>
#include <time.h>
#include <ctype.h>
#include "graph_boyer.h"
#include "platformTime.h"
#include "eg_macros.h"

Include dependency graph for cookInterface.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int loadCookGraph (char *file_name, int *nnodes, int *nedges, int **edges, double **weight)
int cook2boyerGraph (graphP bGraph, int nnodes, int nedges, int *edges)
void _AddArcWid (graphP theGraph, int u, int v, int arcPos, int _link, int id)
int gp_AddEdgeWid (graphP theGraph, int u, int ulink, int v, int vlink, int id)
int extractCookEdgeIds (graphP theGraph, int *nmnodes, int *nmedges, int *medges)
int DPprintEmbed (graphP theGraph, FILE *file)


Function Documentation

void _AddArcWid graphP  theGraph,
int  u,
int  v,
int  arcPos,
int  _link,
int  id
 

Definition at line 118 of file cookInterface.c.

int cook2boyerGraph graphP  bGraph,
int  nnodes,
int  nedges,
int *  edges
 

Definition at line 39 of file cookInterface.c.

int DPprintEmbed graphP  theGraph,
FILE *  file
 

Definition at line 174 of file cookInterface.c.

int extractCookEdgeIds graphP  theGraph,
int *  nmnodes,
int *  nmedges,
int *  medges
 

Definition at line 147 of file cookInterface.c.

int gp_AddEdgeWid graphP  theGraph,
int  u,
int  ulink,
int  v,
int  vlink,
int  id
 

Definition at line 74 of file cookInterface.c.

int loadCookGraph char *  file_name,
int *  nnodes,
int *  nedges,
int **  edges,
double **  weight
 

Definition at line 6 of file cookInterface.c.


Generated on Thu Oct 20 14:58:46 2005 for DominoParitySeparator by  doxygen 1.4.5