Skip to content

EthanJamesLew/pulp-sat-vs-ilp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SAT vs ILP

nqueens benchmark example

General purpose mixed integer linear programming solvers (e.g., gurobi and CPLEX) are frequently used to solve satisfiability problems, i.e., constraint problems with no optimization objective. This repository contains experiments comparing common ILP solvers against common SAT solvers for SAT problems to determine how much faster these tailored solvers are. The goals are

  • benchmark these tools against common, and next realistic, sat benchmarks
  • implement and test sat backends for the Python PuLP modeler. These implementations should be general purpose enough to be useful contributions to the community.

Benchmarks

First, we look at common benchmarks given for PuLP, being

  • $n$-Queens: $n$-queens problem with $n$ queens on an $n \times n$ chessboard.
  • Sudoku: Sudoku problem with $n$ rows, $n$ columns, and $n$ cells.

Solvers

About

comparing mixed-integer linear program solvers with sat solvers using the python PuLP library

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published