14#ifndef MINOTAURYEQCG_H
15#define MINOTAURYEQCG_H
22typedef CGraph* CGraphPtr;
34 std::vector<CGraphPtr> cg_;
35 double evalHash_(
const CNode* node,
UInt rank);
Declare the OpCodes used in Minotaur.
Declare important 'types' used in Minotaur.
CNode denotes a node in the computational graph. It stores the op-code, children, parents and other a...
Definition: CNode.h:48
Definition: Variable.h:31
Definition: ActiveNodeStore.h:20
unsigned int UInt
Unsigned integer.
Definition: Types.h:30