forked from AishwaryaSivaraman/COMET
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Some updates to make code work with new changes in libraries
- Enabled COMET to work with OptiMathSat 1.7.3, which uses the MathSat 5 syntax. MathSat 5 syntax requires that the -optimization=true flag be passed in order to utilize optimization extensions. - Changed use of pd.append, which is deprecated, to pd.concat. - Removed the silent catching of exceptions, since it prevented me from detecting any errors in OptiMathSat. - Stopped deleting the temporary files that are created, since they automatically delete themselves. (Changes picked from AishwaryaSivaraman#3)
- Loading branch information
Showing
2 changed files
with
182 additions
and
99 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