I was aiming for the ones with one solution. I've heard of those with more solutions (at
the sudoku programmers forum). My program doesn't brute force the solution though, so I expect it would only find different solutions by applying its rules in a different order. There are plenty of brute force programs out on the web. I'll probably add a brute force option to mine, for when it gets stuck. I've still got some solving rules to implement though. The source will go up on
planetsourcecode when I'm finished, and I'll put a link here to the compiled program for anyone who wants a copy.
I've tested it with sudoku's from The Times book of sudoku's and it solved all the ones I tried.
edit
hmm the point of the pizzles in the newspaper is that there is only one solution. I'd guess those with more are mistakes, and are found by brute forcing them.