- cli_actions updated

This commit is contained in:
Wiesner András 2025-10-11 20:06:07 +02:00
parent cc3d4415f7
commit ec900bef2e

View File

@ -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":