💾 Archived View for siiky.srht.site › wiki › mip.gmi captured on 2023-12-28 at 16:10:54. Gemini links have been rewritten to link to archived content

View Raw

More Information

➡️ Next capture (2024-05-10)

-=-=-=-=-=-=-

Constraint Programming

siiky

2023/11/15

2023/11/15

2023/11/15

programming

https://en.wikipedia.org/wiki/Constraint_programming

A paradigm of programming based on logical constraints over the set of solutions.

More specifically, I'm interested in the SAT (SATisfiability) and IP (Integer Programming) problems.

https://en.wikipedia.org/wiki/Boolean_satisfiability_problem

https://en.wikipedia.org/wiki/Integer_programming

Some solvers, implemented in C or with a C API:

https://scipopt.org/doc/html/index.php

https://z3prover.github.io/api/html/z3__api_8h.html

https://github.com/arminbiere/kissat

pl.c.gmi