|
| int | Lus (WORD *term, WORD funnum, WORD loopsize, WORD numargs, WORD outfun, WORD mode) |
| |
| int | FindLus (int from, int level, int openindex) |
| |
| int | SortTheList (int *slist, int num) |
| |
| int | AllLoops (PHEAD WORD *term, WORD level) |
| |
| LONG | StartLoops (PHEAD WORD *term, WORD level, LONG vert, WORD nvert, WORD *arglist, WORD nargs, WORD *loop, WORD nloop) |
| |
| LONG | GenLoops (PHEAD WORD *term, WORD level, LONG vert, WORD nvert, WORD *arglist, WORD nargs, WORD *loop, WORD nloop) |
| |
| void | LoopOutput (PHEAD WORD *term, WORD level, WORD *loop, WORD nloop) |
| |
| int | AllPaths (PHEAD WORD *term, WORD level) |
| |
| LONG | GenPaths (PHEAD WORD *term, WORD level, LONG vert, WORD nvert, WORD *arglist, WORD nargs, WORD *path, WORD npath) |
| |
| void | PathOutput (PHEAD WORD *term, WORD level, WORD *path, WORD npath) |
| |
| WORD | AllOnePI (WORD *term, WORD level) |
| |
| int | RemoveBridges (void) |
| |
| int | TakeOneLine (WORD *term, WORD level) |
| |
| int | OutputOnePI (PHEAD WORD *term, WORD level) |
| |
Routines to find loops in index contractions. These routines allow for a category of topological statements. They were originally developed for the color library.
Definition in file lus.c.