mirror of
https://github.com/ikoHSE/SolveAvdoshin.git
synced 2024-11-24 05:33:07 +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);
|
||||
|
||||
if(a <= 3) {
|
||||
Console.WriteLine("\n2-3.\n");
|
||||
Console.WriteLine("\n2-3.");
|
||||
|
||||
BooleanFunctions.PrintMinimaInAvdoshinBases(n, minOps, showBlocks);
|
||||
}
|
||||
@ -289,6 +289,10 @@ namespace SolveAvdoshin
|
||||
|
||||
n = Solve(coefs, verboseSystem);
|
||||
|
||||
if(verboseSystem) {
|
||||
Console.WriteLine(new BooleanFunction((byte)n).ToString());
|
||||
}
|
||||
|
||||
Console.WriteLine("\nОтвет: " + n + "\n");
|
||||
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user