IPOPTDataExpressions
Details and Options
- To use IPOPTDataExpressions, you first need to load it using Needs["IPOPTLink`"].
- IPOPTData expressions are created by functions such as IPOPTMinimize and ParametricIPOPTMinimize.
- Each IPOPTData expression is active when it is referenced in any way within a kernel session.
Examples
Basic Examples (2)
Needs["IPOPTLink`"]Use IPOPTMinimize to create IPOPTData expression instances:
IPOPTMinimize[x ^ 2, {x}, {0}, {{-1, 1}}, {Sin[x]}, {{0, 1}}]IPOPTMinimize[x ^ 2, {x}, {0}, {{-1, 1}}, {Sin[x]}, {{.5, 1}}]Show all active IPOPTData expressions:
IPOPTDataExpressions[]Use ParametricIPOPTMinimize to set up a parametric problem:
pf = ParametricIPOPTMinimize[x ^ 2, {x}, {a}, {{-1, 1}}, {Sin[x]}, {{a, 1}}, {a}]Provide different parameter values to create IPOPTData expression instances:
pf[.1]pf[.2]Show all active IPOPTData expressions:
IPOPTDataExpressions[]Find the minimum value from all IPOPTData expressions:
IPOPTMinValue /@ IPOPTDataExpressions[]Tech Notes
Related Guides
Text
Wolfram Research (2016), IPOPTDataExpressions, Wolfram Language function, https://reference.wolfram.com/language/IPOPTLink/ref/IPOPTDataExpressions.html.
CMS
Wolfram Language. 2016. "IPOPTDataExpressions." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/IPOPTLink/ref/IPOPTDataExpressions.html.
APA
Wolfram Language. (2016). IPOPTDataExpressions. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/IPOPTLink/ref/IPOPTDataExpressions.html
BibTeX
@misc{reference.wolfram_2026_ipoptdataexpressions, author="Wolfram Research", title="{IPOPTDataExpressions}", year="2016", howpublished="\url{https://reference.wolfram.com/language/IPOPTLink/ref/IPOPTDataExpressions.html}", note=[Accessed: 15-June-2026]}
BibLaTeX
@online{reference.wolfram_2026_ipoptdataexpressions, organization={Wolfram Research}, title={IPOPTDataExpressions}, year={2016}, url={https://reference.wolfram.com/language/IPOPTLink/ref/IPOPTDataExpressions.html}, note=[Accessed: 15-June-2026]}