In a MINLP optimization, how can I ensure that a variable is set to 0 by constraint instead of a really low value in pyomo?
I have been trying my hand at a MINLP process synthesis problem that has been running into numerical difficulties due to small non-zero values.
In a MINLP optimization, how can I ensure that a variable is set to 0 by constraint instead of a really low value in pyomo?
I have been trying my hand at a MINLP process synthesis problem that has been running into numerical difficulties due to small non-zero values.