OpenSWMM Engine  6.0.0-alpha.1
Data-oriented, plugin-extensible SWMM Engine (6.0.0-alpha.1)
Loading...
Searching...
No Matches
toposort.c File Reference
#include <stdlib.h>
#include "headers.h"
Include dependency graph for toposort.c:

Macros

#define _CRT_SECURE_NO_DEPRECATE
 

Enumerations

enum  AdjListType {
  UNDIRECTED ,
  DIRECTED
}
 

Functions

void toposort_sortLinks (int sortedLinks[])
 Sorts links in topological order for flow routing.
 

Macro Definition Documentation

◆ _CRT_SECURE_NO_DEPRECATE

#define _CRT_SECURE_NO_DEPRECATE

Enumeration Type Documentation

◆ AdjListType

Enumerator
UNDIRECTED 
DIRECTED