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

More Documentation or Examples #11

Open
rebelwarrior opened this issue Feb 27, 2021 · 3 comments
Open

More Documentation or Examples #11

rebelwarrior opened this issue Feb 27, 2021 · 3 comments

Comments

@rebelwarrior
Copy link

This looks fantastic btw. Just what I was looking for to learn logic programming.

@rebelwarrior
Copy link
Author

For example I'm trying to solve this exercism problem using logic programming to learn how it works.
https://exercism.io/tracks/julia/exercises/pythagorean-triplet/solutions

@ztangent
Copy link
Owner

Thanks for the interest! Looking at the problem you're hoping to solve, I suspect that you'll actually need support for integer arithmetic / clpfd (constraint logic programming over finite domains) in order to find a solution efficiently. Standard implementations of Prolog support this, but unfortunately not Julog!

@rebelwarrior
Copy link
Author

rebelwarrior commented Feb 27, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants