コード例 #1
0
ファイル: SSSP.php プロジェクト: yfeng55/visualgo
 public function toGraphState()
 {
     return GraphTemplate::createState($this->graphTemplate, array("displayWeight" => true, "directed" => true));
 }
コード例 #2
0
 protected function toGraphState($graphTemplate, $weighted, $directed)
 {
     return GraphTemplate::createState($graphTemplate, array("displayWeight" => $weighted, "directed" => $directed));
 }