Skip to content
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

isabelle: 2016 -> 2016-1 #21819

Merged
merged 1 commit into from Jan 13, 2017
Merged

isabelle: 2016 -> 2016-1 #21819

merged 1 commit into from Jan 13, 2017

Conversation

AtnNn
Copy link
Contributor

@AtnNn AtnNn commented Jan 11, 2017

Update to newest version and fix #17659

  • Tested using sandboxing
  • Built on platform(s)
    • NixOS
    • macOS
    • Linux
  • Tested compilation of all pkgs that depend on this change
  • Tested execution of all binary files (usually in ./result/bin/)
  • Fits CONTRIBUTING.md.

@mention-bot
Copy link

@AtnNn, thanks for your PR! By analyzing the history of the files in this pull request, we identified @gebner, @maggesi and @jwiegley to be potential reviewers.

substituteInPlace contrib/z3*/etc/settings \
--replace '$Z3_HOME/z3' '${z3}/bin/z3'
'' + (if ! stdenv.isLinux then "" else ''
arch=${if stdenv.system == "x86_64-linux" then "x86_64-linux" else "x86-linux"}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@AtnNn Does sledgehammer work now?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes. Given lemma "[a] = [b] ⟹ a = b" sledgehammer reports

Proof found... 
"z3": Try this: by simp (1 ms) 
"cvc4": Try this: by simp (1 ms) 
"e": Try this: by simp (1 ms) 
 "spass": Try this: by simp (1 ms)

@pSub pSub merged commit 89dfe67 into NixOS:master Jan 13, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Isabelle2016: sledgehammer exit code 127.
5 participants