Created
December 20, 2018 08:01
-
-
Save wulab/640adefd66d3b714e8143d916d27a59b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| % ? + ? = 8 | |
| % + + | |
| % ? - ? = 6 | |
| % = = | |
| % 13 8 | |
| var 0.0..9.9: A; | |
| var 0.0..9.9: B; | |
| var 0.0..9.9: C; | |
| var 0.0..9.9: D; | |
| constraint A + B = 8; | |
| constraint C - D = 6; | |
| constraint A + C = 13; | |
| constraint B + D = 8; | |
| solve satisfy; |
Author
wulab
commented
Dec 20, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment