mschlund / FPsolve

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

Implement VecSet #32

Closed michalt closed 11 years ago

michalt commented 11 years ago

This implements VecSet, i.e., a set that uses a vector under the hood and supports efficient way to mark an element as erased and then either abort it or permanently delete (i.e., exactly what our simplifiers do). Currently I've only made it work for LinearSet and PseudoLinearSet (making SemilinearSet use it is on my todo list).