From ec900bef2eab1af85a219a477190e66d7dc51d96 Mon Sep 17 00:00:00 2001 From: Epagris Date: Sat, 11 Oct 2025 20:06:07 +0200 Subject: [PATCH] - cli_actions updated --- cli_actions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli_actions.php b/cli_actions.php index d1f0f79..670a3ab 100644 --- a/cli_actions.php +++ b/cli_actions.php @@ -50,7 +50,7 @@ if (isset($options["action"])) { printf("Verilog-form: %s\nTeX-form: %s\n", $lf->getExpression(), $lf->getExpression("tex")); print_r($lf->getTruthTable()); print_r($lf->toDNF()); - $lf->drawNetwork("TESTING/network.svg"); + //$lf->drawNetwork("TESTING/network.svg"); } break; case "verify":