XCSP3-CPP-Parser icon indicating copy to clipboard operation
XCSP3-CPP-Parser copied to clipboard

XCSP3 Core Parser in C++

Results 6 XCSP3-CPP-Parser issues
Sort by recently updated
recently updated
newest added

Hi, Given: ``` 1..32 %0 %1 (1,2..9)(1,25..32) labels[0] labels[1] ``` It completely ignores the intervals and simply parses it as a table constraint with supports `(1,2) (1,25)`, calling `buildConstraintExtension`. Besides,...

Hello! Just a small reminder that the class Node (in XCSP3TreeNode.h) needs a destructor to free the memory. This is needed because Node contains: std::vector parameters ; Thanks in advance...

Playing with valgrind, I've found that, in class `XMLParser`, there are pointers to allocated memory: in `toFree`, in `toFreeEntity`, in `allDomains` and in `variablesList`. Seems that the memory managed is...

Hi, I would ask you for some help. I read XCSP3 "Knight" files and I generate a matrix with the information of the variables and arrays at the very beginning....

... or add a warning and discard them