Click on a node to generate a new node. Forward and backward costs can be different values. By placing the new node close to an existing node, you can connect edges to it. If you attach it to the first node you click on, it will probably be buggy. ノードをクリックして新しいノードを生成します。 前方コストと後方コストは別の値を指定できます。 新しいノードを既存のノードに近づけて置くことで、そのノードにエッジをつなげることができます。 最初にクリックしたノードにくっつけると多分バグります。
Format of List "edges" Enumerate "<reachable nodes>,<cost to reach>" separated by "/". Example: "8,2/4,12/7,9" From this node, nodes 8, 4, and 7 are reachable at a cost of 2, 12, and 9, respectively. リスト"edges"の形式 "/"区切りで、"<到達可能ノード>,<到達コスト>"を列挙します。 例:"8,2/4,12/7,9" このノードからはノード8、4、7に到達でき、それぞれ2、12、9のコストがかかります。