wetzlingerm / continuoussets

Set-based Computing for Continuous Sets
GNU General Public License v3.0
3 stars 0 forks source link

Dimensionality in Interface #1

Closed RolandStolz closed 4 weeks ago

RolandStolz commented 4 weeks ago

It would be great to have an interface method / property / attribute for the dimensionality of the set. Some methods are implemented as if there is one, e.g.

elif max(subspace) >= self.dimension:

in _checkSubSpace line 173. However, this is not defined, so my IDE complains about it all the time.

wetzlingerm commented 4 weeks ago

Fixed in commit 3ebdd7b: dimension is now, among others, a method in IConvexSet.