OMSimulatorLib
The OMSimulator project is a FMI-based co-simulation environment that supports ordinary (i.e., non-delayed) and TLM connections.
Classes | Namespaces | Typedefs
DirectedGraph.h File Reference
#include "ComRef.h"
#include "Connector.h"
#include "Variable.h"
#include <deque>
#include <fmilib.h>
#include <map>
#include <stack>
#include <string>
#include <vector>
Include dependency graph for DirectedGraph.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  oms::DirectedGraph
 

Namespaces

 oms
 

Typedefs

typedef std::vector< std::pair< int, int > > oms_ssc_t
 Strong connected components data type. More...
 

Typedef Documentation

◆ oms_ssc_t

typedef std::vector< std::pair<int, int> > oms_ssc_t

Strong connected components data type.

A vector of pairs of connected components.