IPOPTMinValue
Details and Options
- To use IPOPTMinValue, you first need to load it using Needs["IPOPTLink`"].
- IPOPTMinValue is used on an IPOPTData expression created by IPOPTMinimize.
Examples
Basic Examples (1)
Needs["IPOPTLink`"]Solve a minimization problem using IPOPTMinimize:
sol = IPOPTMinimize[Cos[x + y] * Sin[x - y], {x, y}, {0, 1}, {{-1, 1}, {-1, 1}}, {Sin[x], x * y}, {{-1, 0}, {-.25, .0}}]Extract the minimal objective function value from the IPOPTData expression:
IPOPTMinValue[sol]The position where the minimal value was found is the minimization point:
{pos = IPOPTArgMin[sol], Cos[x + y] * Sin[x - y] /. Thread[{x, y} -> pos]}Tech Notes
Related Guides
Text
Wolfram Research (2016), IPOPTMinValue, Wolfram Language function, https://reference.wolfram.com/language/IPOPTLink/ref/IPOPTMinValue.html.
CMS
Wolfram Language. 2016. "IPOPTMinValue." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/IPOPTLink/ref/IPOPTMinValue.html.
APA
Wolfram Language. (2016). IPOPTMinValue. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/IPOPTLink/ref/IPOPTMinValue.html
BibTeX
@misc{reference.wolfram_2026_ipoptminvalue, author="Wolfram Research", title="{IPOPTMinValue}", year="2016", howpublished="\url{https://reference.wolfram.com/language/IPOPTLink/ref/IPOPTMinValue.html}", note=[Accessed: 15-June-2026]}
BibLaTeX
@online{reference.wolfram_2026_ipoptminvalue, organization={Wolfram Research}, title={IPOPTMinValue}, year={2016}, url={https://reference.wolfram.com/language/IPOPTLink/ref/IPOPTMinValue.html}, note=[Accessed: 15-June-2026]}