mschlund / FPsolve

FPsolve: solver for polynomial equations over omega-continuous semirings
BSD 2-Clause "Simplified" License
11 stars 5 forks source link

Improvements to semilinear sets #22

Closed michalt closed 11 years ago

michalt commented 11 years ago

These changes implement better simplification of semilinear sets, as well as memory management (we now delete unneeded SparseVec and LinearSet) and a few other improvements.

Apart from that I've started experimenting with the idea we discussed: linear-like sets with multiple generators -- I've called it PseudoLinearSet and it should be ready for preliminary benchmarks.