Support for SMT Solver Backends in PuLP #645
Unanswered
EthanJamesLew
asked this question in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
PuLP is a powerful Python library for optimization problems, but some users also use it for satisfiability problems, which have constraints but no objective function. In such cases, Satisfiability Modulo Theories (SMT) solvers like Z3 and CVC4 have demonstrated substantial performance improvements over ILP solvers. This community idea proposes adding support for SMT solver backends in PuLP to enhance its functionality for users dealing with satisfiability problems.
Motivation: https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7197060/
This is also something I would be interested in developing.
References
Beta Was this translation helpful? Give feedback.
All reactions