36#ifndef __YTLIB_OTO_PK_H 
   37#define __YTLIB_OTO_PK_H 
   59void      ytOtoPK_delete(
void * 
this);
 
   63int       ytOtoPK_checkCyclicReorder(
ytOtoPK * 
this, 
int x, 
int y, 
const ytPCGraph * g);
 
   64void      ytOtoPK_setOrder(
const ytOtoPK * 
this, 
int * ord);
 
   65void      ytOtoPK_printOrder(
const ytOtoPK * 
this, FILE * fp);
 
Online Topological Ordering by PK Algorithm.
Definition ytOtoPK.h:46
Definition ytPCGraph.h:43