Results 10 issues of Jordan Makansi

## Summary I’m running a fairly simple robust optimization problem, to which I know there exists a feasible solution. The separation problem seems to find an optimal solution many times,...

bug
pyomo.contrib

In running my PyROS models, I occasionally get an error that there was no feasible solution found. Even for problems to which I *know* there is a feasible solution. Of...

bug
pyomo.contrib

## Summary With no initial value for uncertain parameter, PyROS complains `ValueError: User must designate at least one uncertain parameter.` We should improve this error message to be more informative....

bug
pyomo.contrib

The example taken from the docs https://pyomo.readthedocs.io/en/stable/contributed_packages/pyros.html?highlight=pyros#step-3-solve-with-pyros Does not work. ``` ` # === Designate which variables correspond to first- and second-stage degrees of freedom === first_stage_variables =[m.x1, m.x2, m.x3,...

bug
pyomo.contrib

## Summary When solving using IPOPT, it solves successfully, but when loading the results, it checks for timing data in `pyros_algorithm_methods.py`, and then doesn't find them so it barfs. We...

bug
pyomo.contrib

## Summary My suggestion is to allow continuous set of uncertain parameters per each discrete scenario ### Rationale Many practical problems require it, and plus it is still within the...

enhancement
pyomo.contrib

I’m experimenting with intersection uncertainty sets, and I’ve run into a problem where: - The nominal point is in the intersection set - But PyROS implies that the intersection is...

bug

## Summary I cannot get `appsi_ipopt` to be recognized by pyomo. Although it recognizes `ipopt`, and I have Here's what I did to install `appsi_ipopt` - I ran`python build.py` per...

bug
pyomo.contrib

## Summary I’ve been experimenting with different solvers to see which ones to use under which robust optimizations. So, I started with the example provided under https://pyomo.readthedocs.io/en/stable/contributed_packages/pyros.html#pyros-usage-example. However, I was...

bug
pyomo.contrib

## Summary Below I’ve shown a very simple problem for which PyROS is still unable to find a robust feasible solution when I use IPOPT as the local and global...

bug
pyomo.contrib