eg_greedysample.h File Reference

#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include "eg_greedytypes.h"
#include "eg_greedykp.h"
#include "eg_kppairs.h"

Include dependency graph for eg_greedysample.h:

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

Go to the source code of this file.

Functions

int EGgenerateRandomInternalPairs (EGgreedyData_t *const gdata, EGlist_t *const new_pairs, EGlist_t *const old_pairs, unsigned int max_new_pairs, double sample_time)
EGinternalPairs_tEGnewRandomInternalPairs (EGinternalPairs_t *old_pair, EGlist_t *ext_path, EGdijkstraCost_t ext_value, EGmemPool_t *mem)
int EGgreedySample (EGdGraphNode_t *s, EGdGraphNode_t *t, EGdijkstraCost_t st_ubound, int st_parity, EGgreedyData_t *gdata, EGdijkstraCost_t *path_val, EGlist_t *path)
EGdGraphEdge_tEGgreedySampleEdge (EGdGraphNode_t *s, EGdGraphNode_t *t, EGdijkstraCost_t st_ubound, int st_parity, EGgreedyData_t *gdata)
int EGaddIPtoList (EGinternalPairs_t *p, EGlist_t *pairs, unsigned int max_size)
EGlist_tEGmergeIPlists (EGlist_t *first, EGlist_t *second)


Function Documentation

int EGaddIPtoList EGinternalPairs_t p,
EGlist_t pairs,
unsigned int  max_size
 

Definition at line 336 of file eg_greedysample.c.

int EGgenerateRandomInternalPairs EGgreedyData_t *const   gdata,
EGlist_t *const   new_pairs,
EGlist_t *const   old_pairs,
unsigned int  max_new_pairs,
double  sample_time
 

Definition at line 11 of file eg_greedysample.c.

int EGgreedySample EGdGraphNode_t s,
EGdGraphNode_t t,
EGdijkstraCost_t  st_ubound,
int  st_parity,
EGgreedyData_t gdata,
EGdijkstraCost_t path_val,
EGlist_t path
 

Definition at line 106 of file eg_greedysample.c.

EGdGraphEdge_t* EGgreedySampleEdge EGdGraphNode_t s,
EGdGraphNode_t t,
EGdijkstraCost_t  st_ubound,
int  st_parity,
EGgreedyData_t gdata
 

Definition at line 237 of file eg_greedysample.c.

EGlist_t* EGmergeIPlists EGlist_t first,
EGlist_t second
 

Definition at line 398 of file eg_greedysample.c.

EGinternalPairs_t* EGnewRandomInternalPairs EGinternalPairs_t old_pair,
EGlist_t ext_path,
EGdijkstraCost_t  ext_value,
EGmemPool_t mem
 

Definition at line 78 of file eg_greedysample.c.


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