Skip to content

vuphan314/DPO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DPO (dynamic-programming optimizer)

DPO runs in two phases:

  • The planning phase constructs a project-join tree for an XOR-CNF formula.
  • The execution phase computes the maximum and a maximizer from the constructed join tree.

Cloning this repository

git clone https://github.com/vuphan314/DPO

Files

  • Dir lg/: DPO's planner
  • Dir dmc/: DPO's executor
  • Dir eval/: empirical evaluation

Acknowledgment

About

Dynamic-programming optimizer to solve exact literal-weighted SAT (Boolean MPE)

Resources

License

Stars

Watchers

Forks

Packages

No packages published