Open
Description
Summary
While the ContinuousSet
is implemented as a discrete set, It should not report that its interval is discrete.
Steps to reproduce the issue
>>> from pyomo.dae import *
>>> c = ContinuousSet(bounds=(0,1))
>>> c.construct()
>>> c.get_interval()
(0, 1, 1)
Information on your system
Pyomo version: all
Python version:
Operating system:
How Pyomo was installed (PyPI, conda, source):
Solver (if applicable):