More than one solution possible

hi

Some of the JOODE tests constantly dump out this “More than one solution possible” string. They don’t react on any keyboard input anymore. What’s this message about? Is is normal or a config bug on my system?

Marvin

The more than one solution is the LCP algorithm telling you the system of constraints can be solved in more than one way. It should not be a problem. It should not interact with keyboard or anything else, but perhaps the printing hogs too much processing power? Just comment out that line in the LCP algorithm.

[quote]They don’t react on any keyboard input anymore.
[/quote]
I think, this has to do something with the testing interface. My example, which doesn’t use this testing stuff, reacts fine.

Arne

What’s the main difference between your testing interface and the standard JOODE tests?

Marvin

fixed the problem, it’s now still different to my example, but now the tests exit by pressing the close button at the Window-bar.

This line “this.end()” was in the XithConnection extension in the overridden onWindowCloseRequested() method. So your change should not do anything, does it ???. Though it won’t hurt ;).

Marvin

mmh - you’re right - so what was the problem then?

I don’t know. Does it work with the stadtard tests for you now?

Marvin

yes it does - maybe also a xith update fixed it? - I’m using the latest xith svn - or at least the one, that was the latest yesterday :wink: