Fix Issue #98: Remove the setter for `lp_degree` property
- The setter for the
lp_degree
property of aMultiIndexSet
instance has been removed; the property is now read-only.
This MR should resolve Issue #98 (closed) and is part of MultiIndexSet
refactoring (Issue #99 (closed)).
This MR potentionally introduces a breaking change.