9#ifndef __YTLIB_OTO_PK_H
10#define __YTLIB_OTO_PK_H
32void ytOtoPK_delete(
void *
this);
36int ytOtoPK_checkCyclicReorder(
ytOtoPK *
this,
int x,
int y,
const ytPCGraph * g);
37void ytOtoPK_setOrder(
const ytOtoPK *
this,
int * ord);
38void ytOtoPK_printOrder(
const ytOtoPK *
this, FILE * fp);
Online Topological Ordering by PK Algorithm.
Definition ytOtoPK.h:19
Definition ytPCGraph.h:16