Project Euler 142 and Google OR-tools #7279
Unanswered
DennisYurichev
asked this question in
Q&A
Replies: 1 comment
-
Are there trace options, which, if enabled, may help in showing some progress for such tasks? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Should I post such issues? Are they relevant?
Project Euler 142:$x + y + z$ with integers $x \gt y \gt z \gt 0$ such that $x + y$ , $x - y$ , $x + z$ , $x - z$ , $y + z$ , $y - z$ are all perfect squares.
Find the smallest
https://projecteuler.net/problem=142
Z3 code:
... Never finishes.
The same code for Google OR-tools works: https://yurichev.com/n/PE_142/PE_142_OR.py
Beta Was this translation helpful? Give feedback.
All reactions