#include <adevs_lp_graph.h>
Public Member Functions | |
LpGraph () | |
Create a graph without any edges. | |
void | addEdge (int A, int B) |
Create an edge from node A to node B. | |
const std::vector< int > & | getI (int B) |
Get the influencers of node B. | |
const std::vector< int > & | getE (int A) |
Get the influencees of node A. | |
~LpGraph () | |
Destructor. |