bknueven

Results 48 issues of bknueven

`PHBase.PHoptions["bundles_per_rank"]` should be (optionally) calculated based on an easier-to-understand number like total number of bundles or bundle size.

enhancement

Could use some work -- it's basically only valid when each subproblem has its own rank.

enhancement

Right now, incumbent spokes store the nonanticipative variables when a new solution is found. They should really store all the Vars on the Pyomo model to ensure that the original...

enhancement
question

Multistage problems could be bundled to look like a two-stage problem, enabling better use of non-multistage code.

enhancement

## Fixes # N/A ## Summary/Motivation: Scaling factors in the `PyomoNLP` interface will not be applied if the `scaling_factor` Suffix is on a sub-block. ## Changes proposed in this PR:...

## Fixes N/A ## Summary/Motivation: As best as I can tell, I cannot easily get the constructing class back from an instance of a process block. E.g. ```python from pyomo.environ...

Priority:Normal
WaterTAP