Files
powdr/constraint-solver
chriseth 4544897d58 Boolean extracted solver (#3094)
Extracts boolean variables as alternative constraints for all
constraints in the solver.

The exact implementation adds a layer of the Solver trait on top of an
existing solver where we try to extract a boolean variable for all
constraints that are added to the solver.

The interface is also simplified a little in that we always start out
with an "empty" solver and use the `add_algebraic_constraints` and
`add_bus_interaction` functions to fill it with the system.
2025-08-01 08:21:20 +00:00
..
2025-08-01 08:21:20 +00:00
2025-07-29 07:26:23 +00:00