-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
enhancementNew feature or requestNew feature or request
Description
A few suggestions on presolver block:
- allow specifying steady state constraints in one block:
@steadystate model begin
K = 47.63
N = ((1-α)*K^α)^(1/(α+γ))
end
- direct assignments should not run solve1d with bisection algorithm
- break up blocks of steady state equations in large models using MATLAB's dmperm equivalent (see IRIS implementation)
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request