bstone / Visualize-M2

A Macaulay2 (https://github.com/Macaulay2/M2) package to help visualize algebraic objects in the browser using javascript.
7 stars 1 forks source link

isLattice issue on server communication #112

Closed bstone closed 8 years ago

bstone commented 8 years ago

@bbarwick, the menu items are not correct in Poset. See here:

image

bbarwick commented 8 years ago

Those methods (like isAtomic) require a lattice for them to make sense, not just a poset, so I have them check whether it is a lattice first and then used "Not lattice." to basically mean that the test is not applicable.

bstone commented 8 years ago

Sounds good to me. I was just checking.