Difference between revisions of "Hanging chain problem"
From mintOC
FelixMueller (Talk | contribs) |
(→Source Code) |
||
Line 48: | Line 48: | ||
* [[:Category:AMPL/TACO | AMPL/TACO code]] at [[Hanging chain problem (TACO)]] | * [[:Category:AMPL/TACO | AMPL/TACO code]] at [[Hanging chain problem (TACO)]] | ||
− | + | * [[:Category:Gekko | GEKKO Python code]] at [[Hanging chain problem (GEKKO)]] | |
<!--List of all categories this page is part of. List characterization of solution behavior, model properties, ore presence of implementation details (e.g., AMPL for AMPL model) here --> | <!--List of all categories this page is part of. List characterization of solution behavior, model properties, ore presence of implementation details (e.g., AMPL for AMPL model) here --> |
Latest revision as of 20:19, 13 March 2019
Hanging chain problem | |
---|---|
State dimension: | 1 |
Differential states: | 3 |
Continuous control functions: | 1 |
Path constraints: | 4 |
Interior point equalities: | 5 |
The Hanging chain problem is concerned with finding a chain (of uniform density) of length suspendend between two points with minimal potential energy. (Problem taken from the COPS library)
Mathematical formulation
The problem is given by
Parameters
In this model the parameters used are
Source Code
Model descriptions are available in