ML-KULeuven / problog

ProbLog is a Probabilistic Logic Programming Language for logic programs with probabilities.

Home Page:https://dtai.cs.kuleuven.be/problog/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support library(clpfd): CLP(FD): Constraint Logic Programming over Finite Domains

chiara-camilla-rambaldi-migliore opened this issue · comments

Is that possible to add the support of the clpfd library?
See http://eu.swi-prolog.org/pldoc/man?section=clpfd for more information.

Hi

There's currently no plan to support the clpfd library. Is there any specific functionality you'd like to use?

Kind regards,
Robin

Hi,
I'm developing a project for the University and I'm trying to solve a sudoku with DeepProbLog. The specific functionality I need to solve sudoku is the "all_distinct" predicate, the others ("ins" and "transpose") I think are replaceable by my own code.

Kind regards,
Chiara

That functionality will indeed not be available any time soon, as it is very much non-trivial to implement.