mirror of
https://github.com/Z3Prover/z3
synced 2025-08-12 06:00:53 +00:00
use std::list
This commit is contained in:
parent
3b22d3b19d
commit
122e0135d2
3 changed files with 145 additions and 24 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue