Markopy
Utilizing Markov Models for brute forcing attacks
edge.h File Reference

Edge class template. More...

#include <cstdint>
#include <cstddef>
Include dependency graph for edge.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Markov::Edge< NodeStorageType >
 Edge class used to link nodes in the model together. More...
 

Namespaces

 Markov
 Namespace for the markov-model related classes. Contains Model, Node and Edge classes.
 

Detailed Description

Edge class template.

Authors
Ata Hakçıl, Osman Ömer Yıldıztugay

Edge class used to link nodes in the model together. Has LeftNode, RightNode, and EdgeWeight of the edge. Edges are UNIDIRECTIONAL in this model. They can only be traversed LeftNode to RightNode.

Definition in file edge.h.