eg_dpseparator.h

Go to the documentation of this file.
00001 #ifndef _DPSEPARATOR
00002 #define _DPSEPARATOR
00003 
00004 
00005 int DPseparator (int nNodes,
00006                  int nEdges,
00007                  int *const edges,
00008                  double *const origWeight,
00009                  int *const nIneq,
00010                  int **const nDominoes,
00011                  int ***const nAset,
00012                  int ***const nBset,
00013                  int **const nHandle,
00014                  int ****const Aset,
00015                  int ****const Bset,
00016                  int ***const Handle,
00017                  const char *const boss_name,
00018                  double percentage,
00019                  double ddp_heuristic_maxtime);
00020 
00021 #endif

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