Skip to content
/ p2d Public

p2d compiles pseudo-boolean constraints in a d-DNNF

License

Notifications You must be signed in to change notification settings

st-vi/p2d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

p2d

p2d compiles pseudo-boolean constraints in a d-DNNF

running

p2d /file.opb -m ddnnf -o file.nnf to compile a d-DNNF. p2d /file.opb -m mc to perform model counting.

building

p2d depends on the patoh library but can not directly include it due to licensing issues. Download patoh and put the patoh directory in a lib directory (directly in the project root). Read the license of patoh and check if you comply to it. run cargo build --release to build the project

About

p2d compiles pseudo-boolean constraints in a d-DNNF

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages