Skip to content
/ DPER Public

Dynamic-programming existential-random stochastic SAT solver

License

Notifications You must be signed in to change notification settings

vuphan314/DPER

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DPER (dynamic-programming existential-random stochastic SAT solver)

DPER runs in two phases:

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

Cloning this repository

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

Files

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

Acknowledgment

About

Dynamic-programming existential-random stochastic SAT solver

Resources

License

Stars

Watchers

Forks

Packages

No packages published