-
This branch is a start for porting DSHARP to the Mac:
* https://github.com/QuMuLab/dsharp/tree/mac-fix
Currently, it still has the following issue:
Below is the new error message, it now comp…
-
I try to use the predicates of the String library of Problog2, but it does not work or I have not understood the way to properly use them :
%:- use_module(library(lists)).
:- use_module(library(str…
-
Flexible probabilities does not work using the ProbLog syntax.
For example, the current program yields a wrong probability value (0.5) for the query `smokes(1)`:
```
person(1).
person(2).
person(…
-
[note: this is a question rather than an issue; the project web page seems to say that's ok. If there's a mailing list etc. where I can ask instead, please let me know.]
This is probably a basic Pr…
-
Arithmetic operator "less-than-or-equal-to" (
-
May have found a bug, casting to an integer is inconsitent and error prone. Consider this simple example:
Let's create a trivial function that evaluates if X
-
Hi,
The following CNF has a model count of 1, but dsharp reports 4: [single-model-wrong-mc-cnf.txt](https://github.com/QuMuLab/dsharp/files/8255524/single-model-wrong-mc-cnf.txt)
## Why should i…
-
The GitJournal app could no longer authenticate against
an OpenBSD 7.0 host running OpenSSH 8.8.
As a workaround you can enable SHA1 keys in sshd.conf,
but it's considered insecure.
-
Does an option as #dynamic pred/x. exist in problog as in prolog?
-
This is another question, although possibly there's a bug behind it, I don't know. I'm sorry for asking multiple questions in the same day.
I can implement a simple Markov process like this, and it…