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
doExercise4 :: IO()
doExercise4 = do [r] <- rsolveNs [emptyN]
showNode r
s <- genProblemEmptyBlocks 20 r
print$uniqueSol s // There are cases that s doesn't have an unique solution
showNode s
The text was updated successfully, but these errors were encountered:
Exercise 2. Good but refactoring can be more complete.
In many more places it is possible to replace
Constraints
by[Position]
Why not using
and
Ex. 3
Why not using
and
Exercise 4
The text was updated successfully, but these errors were encountered: