29 #define ARC_FOR_EACH_NODE_CONST(A,N)\
30 for(HypergraphLib::Arc::MultimapNodesById::const_iterator N = A->Nodes().begin();\
31 N != A->Nodes().end(); N++)
51 Arc(
Graph* __owner,
int __id,
const std::vector <int> & __nodesId);
74 int Remove (
int __id);
75 int Remove (
Node * __node);
87 int NodeCount(
int)
const;
94 bool IsLoopOfNode(
int __NodeId);
std::pair< int, Node * > Int_Node_Pair
std::multimap< int, Node * > MultimapNodesById
Arc(Graph *__owner, int __id, const std::vector< int > &__nodesId)