-
Notifications
You must be signed in to change notification settings - Fork 4
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
latest version of dReal3 (2015 May) returns different result for the first example #2
Comments
2015 May version gives |
@soonhokong To fix this I tried to build the latest dReal (using build_dreal_only.sh) but get errors on compilation when it gets to building JSON stuff:
Whole error log is here https://gist.github.com/zenna/af996a4aeb997805d695 |
I had the same issue and reported it to nlohmann/json#68. I updated https://github.com/dreal-deps/json to avoid the problem. Please do the following in the build directory:
If you still have a problem, please let me know. |
Still getting the JSON error. Did you push your changes? On 4 May 2015 at 19:19, Soonho Kong notifications@github.com wrote:
|
I did something but it seems that it's not enough. Could you try to install g++-4.9 and use it? I found that that can be a workaround. If you're using Ubuntu, it is available via apt-get. |
I found some problems when we handle unbounded problems. I think solving that problem will resolve this issue. |
@zenna, could you take a look at my patch https://github.com/soonhokong/dReal.jl/commit/e2a180d5a93d441fcf959b55f7857f3c991ece18? We have a mismatch between the C function declaration for |
Looks good. Yes I should have fixed this earlier. Did this fix the issue? |
For this particular example, yes, it fixed the problem. I haven't tested other examples, yet. |
Dear @zenna,
|
For the first item, I just updated README.md by a28615c. |
Yes. Merge them. Feel free to commit to directly to master. On 6 May 2015 at 09:54, Soonho Kong notifications@github.com wrote:
|
Fixed by 1d340f6. |
@zenna, FYI, I'm investigating this issue. It works fine with the released version (2015 Mar).
The text was updated successfully, but these errors were encountered: