-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
339 stackoverflowerror using mathsat5 #345
Commits on Dec 8, 2023
-
Added tests to narrow down bug #339. So far no luck, but we did stumb…
…le upon bug #310 for CVC5.
Configuration menu - View commit details
-
Copy full SHA for 02d93be - Browse repository at this point
Copy the full SHA 02d93beView commit details
Commits on Dec 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 65e4c32 - Browse repository at this point
Copy the full SHA 65e4c32View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e1f046 - Browse repository at this point
Copy the full SHA 5e1f046View commit details -
Configuration menu - View commit details
-
Copy full SHA for fb3d922 - Browse repository at this point
Copy the full SHA fb3d922View commit details -
Configuration menu - View commit details
-
Copy full SHA for f02f9ad - Browse repository at this point
Copy the full SHA f02f9adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 202722b - Browse repository at this point
Copy the full SHA 202722bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 01c3ce4 - Browse repository at this point
Copy the full SHA 01c3ce4View commit details
Commits on Dec 14, 2023
-
Added assertion to check if ShutdownNotifer was actually triggered wh…
…en MathSat returns a "user-requested termination" error.
Configuration menu - View commit details
-
Copy full SHA for 4003c34 - Browse repository at this point
Copy the full SHA 4003c34View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e356cb - Browse repository at this point
Copy the full SHA 6e356cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for c8c7712 - Browse repository at this point
Copy the full SHA c8c7712View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3196f7f - Browse repository at this point
Copy the full SHA 3196f7fView commit details -
Added tests for interpolation to SolverThreadLocalTest. This includes…
… a test for bug #339 in MathSAT.
Configuration menu - View commit details
-
Copy full SHA for 9e2abee - Browse repository at this point
Copy the full SHA 9e2abeeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8871155 - Browse repository at this point
Copy the full SHA 8871155View commit details -
Configuration menu - View commit details
-
Copy full SHA for d78b8f4 - Browse repository at this point
Copy the full SHA d78b8f4View commit details
Commits on Dec 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9197ed1 - Browse repository at this point
Copy the full SHA 9197ed1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 74f4a25 - Browse repository at this point
Copy the full SHA 74f4a25View commit details -
Configuration menu - View commit details
-
Copy full SHA for bd81f54 - Browse repository at this point
Copy the full SHA bd81f54View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4464c90 - Browse repository at this point
Copy the full SHA 4464c90View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7adc7be - Browse repository at this point
Copy the full SHA 7adc7beView commit details -
Revert "Added assertion to check if ShutdownNotifer was actually trig…
…gered when MathSat returns a "user-requested termination" error." This reverts commit 4003c34.
Configuration menu - View commit details
-
Copy full SHA for 9162b20 - Browse repository at this point
Copy the full SHA 9162b20View commit details -
Configuration menu - View commit details
-
Copy full SHA for c41df5c - Browse repository at this point
Copy the full SHA c41df5cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e7fda3d - Browse repository at this point
Copy the full SHA e7fda3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 63f8a94 - Browse repository at this point
Copy the full SHA 63f8a94View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea5b9e7 - Browse repository at this point
Copy the full SHA ea5b9e7View commit details -
Progage InterruptedExceptionin Mathsat5AbstractProver.exec() to fix s…
…eceral failed tests in TimoutTest.java
Configuration menu - View commit details
-
Copy full SHA for 0436959 - Browse repository at this point
Copy the full SHA 0436959View commit details
Commits on Dec 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for dc5ee89 - Browse repository at this point
Copy the full SHA dc5ee89View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e0319b - Browse repository at this point
Copy the full SHA 1e0319bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b3c2b8 - Browse repository at this point
Copy the full SHA 0b3c2b8View commit details -
Added one more test to SolverThreadLocalityTest that checks what happ…
…eneds when formulas are used outside of their context.
Configuration menu - View commit details
-
Copy full SHA for 80ede24 - Browse repository at this point
Copy the full SHA 80ede24View commit details -
Configuration menu - View commit details
-
Copy full SHA for 36919ed - Browse repository at this point
Copy the full SHA 36919edView commit details -
Configuration menu - View commit details
-
Copy full SHA for d1e85eb - Browse repository at this point
Copy the full SHA d1e85ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 389af9f - Browse repository at this point
Copy the full SHA 389af9fView commit details -
Remove use of "synchornized" in Mathsat5AbstractProver. Mathsat only …
…support one thread per ProverEnvironment anyway.
Configuration menu - View commit details
-
Copy full SHA for 010ddc2 - Browse repository at this point
Copy the full SHA 010ddc2View commit details -
Configuration menu - View commit details
-
Copy full SHA for a28e7cd - Browse repository at this point
Copy the full SHA a28e7cdView commit details -
Remove comment about bug #339 from SolverThreadLocalityTest as the is…
…sues has been solved.
Configuration menu - View commit details
-
Copy full SHA for 24d16e6 - Browse repository at this point
Copy the full SHA 24d16e6View commit details
Commits on Dec 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7b70824 - Browse repository at this point
Copy the full SHA 7b70824View commit details -
Fixed a bug in SolverThreadLocalityTest.nonlocalInterpolationTest whe…
…re the test may fail if calculating interpolants took too long.
Configuration menu - View commit details
-
Copy full SHA for 7bde6ff - Browse repository at this point
Copy the full SHA 7bde6ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0fa64d4 - Browse repository at this point
Copy the full SHA 0fa64d4View commit details -
SolverThreadLocalityTest: Don't catch InvalidConfigurationExceptions …
…when trying to create a new solver context. See #345 (comment)
Configuration menu - View commit details
-
Copy full SHA for 4246d86 - Browse repository at this point
Copy the full SHA 4246d86View commit details -
MathSAT5AbstractProver: Remove the helper method exec and install the…
… termination test directly in isUnsat and isUnsatWithAssumptions. This was suggested in #345 (comment)
Configuration menu - View commit details
-
Copy full SHA for 57ca2f4 - Browse repository at this point
Copy the full SHA 57ca2f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for c18121a - Browse repository at this point
Copy the full SHA c18121aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f14370 - Browse repository at this point
Copy the full SHA 0f14370View commit details -
Configuration menu - View commit details
-
Copy full SHA for 151c2ed - Browse repository at this point
Copy the full SHA 151c2edView commit details
Commits on Dec 26, 2023
-
MathSAT: shorten some code and refactor callback-providing method.
This commit unifies the level of abstraction for registering a shutdown-callback and removing the callback afterwards.
Configuration menu - View commit details
-
Copy full SHA for 9b1361c - Browse repository at this point
Copy the full SHA 9b1361cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 85c6def - Browse repository at this point
Copy the full SHA 85c6defView commit details
Commits on Dec 29, 2023
-
Fixed nonLocalProverTest: To trigger this specific bug in CVC5 we nee…
…d to create the ProverEnvironment on the thread. The other version also fails, but for different reasons and this somehow got mixed up earlier.
Configuration menu - View commit details
-
Copy full SHA for 3ce7326 - Browse repository at this point
Copy the full SHA 3ce7326View commit details