mschlund / FPsolve

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

New representation of semilinear sets #21

Closed michalt closed 11 years ago

michalt commented 11 years ago

This tries to minimize the memory usage by semilinear sets: we never allocate two identical sparse vectors or linear sets.

The current shortcomings are: no simplifier for semilinear sets, only the naive one for linear sets and we don't release memory allocated for sparse vectors and linear sets.