ML-KULeuven / problog

ProbLog is a Probabilistic Logic Programming Language for logic programs with probabilities.
https://dtai.cs.kuleuven.be/problog/
298 stars 34 forks source link

Fixed maxsatz compilation error for C99 #67

Closed VincentDerk closed 2 years ago

VincentDerk commented 2 years ago

In case of a mac, the maxsatz binary which is used for the MPE task is compiled from source during setup/installation. The source code maxsatz2009.c:2394:2 contained an implicit declaration of function treat_complementary_unitclauses, causing an error when compiling with C99.