We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Everything is installed correctly on my Ubuntu 16.04.4 machine, using Julia version 0.6.2.
In the Julia REPL, I encounter the following issue:
julia> using DReal julia> x = Var(Int, "x") ERROR: UndefVarError: Var not defined
Any ideas?
The text was updated successfully, but these errors were encountered:
Sorry this is outdated. We have a plan to update this repository when Julia-0.7.0 is out.
/cc @zenna
Sorry, something went wrong.
For the time been you could try checking out master
Pkg.checkout("DReal")
No branches or pull requests
Everything is installed correctly on my Ubuntu 16.04.4 machine, using Julia version 0.6.2.
In the Julia REPL, I encounter the following issue:
Any ideas?
The text was updated successfully, but these errors were encountered: