InfiniteOpt.jl
InfiniteOpt.jl copied to clipboard
Enable Piecewise Linear Behavior in Collocation
Currently, all variables are freely discretized over internal collocation points. However, in certain instances (like control) it is desirable for control variables to stay constant over each finite element. We need some way for users to tag such variables to enable this behavior. Moreover, we'll need to track the domain it is applied to.
This follows from #215