Skip to content

Commit ce89bbb

Browse files
authored
Update README.md
1 parent c889ec5 commit ce89bbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Use the cocoapod `SwiftCSP` or include the files in the Sources directory (`CSP.
99
## Examples/Unit Tests
1010
The unit tests included with the project are also well known toy problems including:
1111
- [The Australian Map Coloring Problem](https://en.wikipedia.org/wiki/Four_color_theorem)
12-
- [Send + More = Money](https://en.wikipedia.org/wiki/Verbal_arithmetic) Note this currently takes ~25 seconds to execute.
12+
- [Send + More = Money](https://en.wikipedia.org/wiki/Verbal_arithmetic) Note this currently takes ~5 seconds to execute.
1313
- [Eight Queens Problem](https://en.wikipedia.org/wiki/Eight_queens_puzzle)
1414

1515
Looking at them should give you a good idea about how to use the library. In addition, the program included in the main project is a nice graphical example of the circuit board layout problem (it's also a great example of Cocoa Bindings on OS X).

0 commit comments

Comments
 (0)