Skip to content

System-Verification-Lab/cdcl-qsat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Search-driven clause learning for PRODSAT-QSAT

Prototype implementation of a sound refuter for product-state satisfiability in quantum SAT.

Quick start

Run the example in src/main.rs:

cargo run --release

The main.rs example shows how to:

  • create a QsatInstance with a given number of qubits and search depth,
  • add constraints as (support, projector) pairs,
  • call solve and read the QsatResult.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors