Skip to content

YaminHuPaperCode/Community-based-SAT-Formulas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 

Repository files navigation

Community-based-SAT-Formulas

Community-based SAT Formulas

code: The source code of the proposed Community-based 3-SAT formula generating algorithm.

|--- Main.py: The main program.

|--- GenerateInstance.py: Generating a 3-SAT formula.

|--- Partition.py: Partitioning variables into communities.

|--- Util.py: Some helper functions.

|--- entity: Some data structures.

|------ Clause.py: The data structure of clauses.

|------ Community.py: The data structure of communities.

|------ Variable.py: The data structure of variables.

results: The experimental results in format of Excel.

About

Community-based SAT Formulas

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages