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
I am running Docker on windows 10. I have succesfully ran smt2 files using dreal like so
docker run --rm -v "/c/Users/user:/tmp" dreal/dreal3 dReal /tmp/bouncingball.smt2 delta-sat with delta = 0.00100000000000000
how do I run dReach for this file? when i try to call dReach it gives me the following errors:
docker run --rm -v "/c/Users/user:/tmp" dreal/dreal3 dReach /tmp/bouncingball.drh docker: Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: exec: "dReach": executable file not found in $PATH: unknown.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am running Docker on windows 10. I have succesfully ran smt2 files using dreal like so
docker run --rm -v "/c/Users/user:/tmp" dreal/dreal3 dReal /tmp/bouncingball.smt2 delta-sat with delta = 0.00100000000000000
how do I run dReach for this file? when i try to call dReach it gives me the following errors:
The text was updated successfully, but these errors were encountered: