Skip to content

msakai/scip-maxsat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scip-maxsat

Max-SAT frontend for SCIP http://scip.zib.de/.

It convert problems of MAX-SAT families into mixed integer programming (MIP) problems and solve them using SCIP.

Usage

scip-maxsat [file.cnf|file.wcnf]

About SCIP

Constraint integer programming (CIP) is a novel paradigm which integrates constraint programming (CP), mixed integer programming (MIP), and satisfiability (SAT) modeling and solving techniques.

SCIP (Solving Constraint Integer Programs) is currently one of the fastest non-commercial mixed integer programming (MIP) solvers. It is also a framework for constraint integer programming and branch-cut-and-price. It allows total control of the solution process and the access of detailed information down to the guts of the solver.

About

Max-SAT frontend for SCIP

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages