3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-13 14:40:55 +00:00

adding the polarity bound

This commit is contained in:
Lev Nachmanson 2023-12-23 14:02:14 -10:00 committed by Lev Nachmanson
parent d7931b9342
commit af7691224e
4 changed files with 134 additions and 99 deletions

View file

@ -33,7 +33,7 @@ class lar_solver;
class lar_core_solver;
class int_solver {
friend class create_cut;
friend struct create_cut;
friend class gomory;
friend class int_cube;
friend class int_branch;