Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

change (X,Y) notation to only Y (the x is unnecessary) #4

Open
ThierryDeruyttere opened this issue Jun 2, 2017 · 1 comment
Open

Comments

@ThierryDeruyttere
Copy link
Collaborator

No description provided.

@arminnh
Copy link
Owner

arminnh commented Jun 3, 2017

Sudoku ECLiPSe solver with the second viewpoint:
change
NumbersPositions[1..N, 1..N, 1..2] :: 1..N
to
NumbersPositions[1..N, 1..N] :: 1..N
and update all uses of the NumbersPositions array.
if we have enough time to do this before the deadline

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants