From 2496449c1efb4b5a08b63cf58c4dcc6b4574c433 Mon Sep 17 00:00:00 2001 From: yyc12345 Date: Sun, 13 Sep 2020 13:45:10 +0800 Subject: [PATCH] move doc to my gist --- DEV_HLEP.md | 39 --------------------------------------- 1 file changed, 39 deletions(-) delete mode 100644 DEV_HLEP.md diff --git a/DEV_HLEP.md b/DEV_HLEP.md deleted file mode 100644 index 34ac720..0000000 --- a/DEV_HLEP.md +++ /dev/null @@ -1,39 +0,0 @@ -# Dev help - -This document introduces some guidelines used in the development of this program - -## Possible link - -One of the most important things in this program is to generate links, and the most difficult one is pLink. The following graph shows all the pLink situations that will be analyzed in this program. - -``` - +--------------+ +-----------------+ - | pLocal +--------------> | - +--------------+ | | - | pIn (bb/oper) | - +--------------+ | | - | pIn (bb) +--------------> / | - +--------------+ | | - | pTarget (bb) | - +----------------+ | | - | pOut (bb/oper) +------------> | - +----------------+ +-----------------+ - - - - -+------------------+ +--------------+ -| +-----------> pOut (bb) | -| | +--------------+ -| pOut (bb/oper) | -| | +--------------+ -| +-----------> pLocal | -+------------------+ +--------------+ - -``` - -If one terminal of the link is not in the current graph, then this terminal will create as a Shortcut. But if there is a node with the same CK_ID as the other terminal of the link in the pIO of the graph at this time, then an eLink should be created. - -## decorated.db format - -Todo... \ No newline at end of file