-
Notifications
You must be signed in to change notification settings - Fork 125
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The doVisualize(s) method took a string that had a type and a parameter, like "XML: /foo/bar..". There was a public method setLatestInstance(s) that sets the parameter part. However, that meant that we could not remember the latest if it wasn't XML. The doVisualize(s) was the central dispatcher for visualization and called from many places. The doVisualize(s) now takes an _optionally_ typed argument. If it is not typed, we assume XML. So now can we set a typed string via setLatestInstance(s). When we create an output file as is now supported by the solver architecture, we safe it as "CNF: /...". So when we hit show latest instance, we get the file. Ugly as hell ... Fixes #273
- Loading branch information
Showing
3 changed files
with
24 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters