introduce bitloops
This commit is contained in:
@@ -93,13 +93,13 @@ public class Main {
|
||||
info(String.format(Locale.ROOT, "simplicity : %.2f", res.filled().stats().simplicity));
|
||||
|
||||
section("Mask");
|
||||
System.out.print(indentLines(res.mask().gridToString(), " "));
|
||||
System.out.print(indentLines(res.clues().gridToString(), " "));
|
||||
|
||||
section("Grid (raw)");
|
||||
System.out.print(indentLines(res.filled().grid().gridToString(res.mask().mask()), " "));
|
||||
System.out.print(indentLines(res.filled().grid().gridToString(res.clues().mask()), " "));
|
||||
|
||||
section("Grid (human)");
|
||||
System.out.print(indentLines(res.filled().grid().renderHuman(res.mask().mask()), " "));
|
||||
System.out.print(indentLines(res.filled().grid().renderHuman(res.clues().mask()), " "));
|
||||
|
||||
var exported = res.exportFormatFromFilled(1, new Rewards(50, 2, 1));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user