mirror of
https://github.com/ikoHSE/SolveAvdoshin.git
synced 2024-11-28 04:52:54 +03:00
Minor output fix
This commit is contained in:
parent
2f1685546d
commit
c5bfe81f24
@ -249,7 +249,7 @@ namespace SolveAvdoshin
|
|||||||
b = Math.Max(b, 3);
|
b = Math.Max(b, 3);
|
||||||
|
|
||||||
if(a <= 3) {
|
if(a <= 3) {
|
||||||
Console.WriteLine("\n2-3.\n");
|
Console.WriteLine("\n2-3.");
|
||||||
|
|
||||||
BooleanFunctions.PrintMinimaInAvdoshinBases(n, minOps, showBlocks);
|
BooleanFunctions.PrintMinimaInAvdoshinBases(n, minOps, showBlocks);
|
||||||
}
|
}
|
||||||
@ -289,6 +289,10 @@ namespace SolveAvdoshin
|
|||||||
|
|
||||||
n = Solve(coefs, verboseSystem);
|
n = Solve(coefs, verboseSystem);
|
||||||
|
|
||||||
|
if(verboseSystem) {
|
||||||
|
Console.WriteLine(new BooleanFunction((byte)n).ToString());
|
||||||
|
}
|
||||||
|
|
||||||
Console.WriteLine("\nОтвет: " + n + "\n");
|
Console.WriteLine("\nОтвет: " + n + "\n");
|
||||||
|
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user