You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-1Lines changed: 14 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,20 @@
1
1
# Overview
2
2
This is a simple GAMS implementation that solves
3
3
nonograms/paint-by-number/crucipixel/picross puzzles as integer linear
4
-
programs (ILP). An [efficient new ILP formulation](https://doi.org/10.1109/TG.2020.3036687) is employed, and does not proceed by coloring the cells one by one.
4
+
programs (ILP). An [efficient new ILP
5
+
formulation](https://doi.org/10.1109/TG.2020.3036687) is employed, and
6
+
does not proceed by coloring the cells one by one.
0 commit comments