05-24-2012 06:34 PM
main vi : SUDOKU.vi
a) run
b) input : a sudoku by défault (very hard)
c) start ... it find the first solution.
d) toggle the switch to "all solutions"
e) start ... il find all solutions (for this sudoku, 2756 solutions)
05-25-2012 08:29 AM
it's not a crime, but please tell everyone when you do it.
We have two ears and one mouth so that we can listen twice as much as we speak.
Epictetus
05-25-2012 09:02 AM
Hi ouadji,
comments:
- I would not use (unnecessary) matrix conversions (in "possibilities"):
Your VI tends to be some ms faster without matrix operations
- Just an optical issue: style guide recommends to connect error wires at the lower left/right connectors
- Just an optical issue: not everyone likes to color each structure in the block diagram
Nicely done!
05-25-2012 02:57 PM
I would not use (unnecessary) matrix conversions (in "possibilities")
thank you for this tip GerdW
Just an optical issue: style guide recommends to connect error wires at the lower left/right connectors
Just an optical issue: not everyone likes to color each structure in the block diagram
ok, understood !
Nicely done! thank you