3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-12 06:00:53 +00:00

use std::list

This commit is contained in:
Lev Nachmanson 2024-08-20 07:54:12 -10:00 committed by Lev Nachmanson
parent 3b22d3b19d
commit 122e0135d2
3 changed files with 145 additions and 24 deletions

View file

@ -25,6 +25,7 @@ namespace lp {
// represents a linear expressieon
class lar_term {
typedef unsigned lpvar;
protected:
u_map<mpq> m_coeffs;
// the column index related to the term
lpvar m_j = -1;