Skip to content
Snippets Groups Projects
Commit 97b37ae5 authored by François Bobot's avatar François Bobot
Browse files

[Simplex] add comment about the reason of a restriction

parent d66abde7
1 merge request!28Fix some heuristics
Pipeline #53243 failed
......@@ -177,6 +177,8 @@ let make_equations d (eqs, vars) n =
let sign = Dom_product.SolveSign.get_repr d n in
match (abs, sign) with
| Some abs, Some sign ->
(* The restriction is not for soundness, any node can be added as
equation using {!addition} since it uses the domains of the node *)
Debug.dprintf6 debug "[Simplex] %a: %a --- %a" Node.pp n Product.pp abs
Sign_product.pp sign;
if Sign_product.(equal one sign) then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment