int orderGraphListStrat ( Order * restrict const ordeptr, /*+ Ordering to compute +*/ const SCOTCH_Graph * restrict const grafptr, /*+ Graph matrix to order +*/ const INT listnbr, /*+ Number of vertices in list +*/ const INT * restrict const listtab, /*+ Vertex list array +*/ const char * restrict const stratptr )
to 04 jan 2005
int orderGraph ( Order * restrict const ordeptr, /*+ Ordering to compute +*/ const SCOTCH_Graph * restrict const grafptr )
int orderGraphList ( Order * restrict const ordeptr, /*+ Ordering to compute +*/ const SCOTCH_Graph * restrict const grafptr, /*+ Graph matrix to order +*/ const INT listnbr, /*+ Number of vertices in list +*/ const INT * restrict const listtab )
int orderGraphStrat ( Order * restrict const ordeptr, /*+ Ordering to compute +*/ const SCOTCH_Graph * restrict const grafptr, /*+ Graph matrix to order +*/ const char * restrict const stratptr )
int orderGraphListStrat ( Order * restrict const ordeptr, /*+ Ordering to compute +*/ const SCOTCH_Graph * restrict const grafptr, /*+ Graph matrix to order +*/ const INT listnbr, /*+ Number of vertices in list +*/ const INT * restrict const listtab, /*+ Vertex list array +*/ const char * restrict const stratptr )