|
Bunch
|
optimizeDecap(sipiSetup)
Returns:
In case of 'success' the list of the 10 best decap configurations
taking into account the specified target, the excluded decaps, the
desired constraints and the model prices. |
source code
|
|
|
|
|
|
|
|
|
Bunch
|
optimizeDecapAssignment(sipiSetup,
activeTargetType,
targetVector,
excludedDecapNames,
constraints,
priceForModels)
Returns:
In case of 'success' the list of decap configurations taking into
account the specified target, the excluded decaps, the desired
constraints and the model prices. |
source code
|
|
|
OptimizationResult
|
getOptimizedSolutions(sipiSetup,
activeTargetType,
targetVector,
excludedDecapNames)
Returns:
object with three member variables: List containing all the possible
decap configurations taking into account the specified target and
excluded decaps, specified target and excluded decaps |
source code
|
|
|
Bunch
|
applyConstraints(optimizedSolutions,
constraints,
priceForModels)
Returns:
In case of 'success' the list of the 10 best decap configurations for
the specified constraints and the model prices, given a set of
optimized solutions. |
source code
|
|
|
Bunch
|
getImpedanceGraphOfSolution(solution,
targetSpecification,
sipiSetup)
Returns:
In case of 'success' the graph containing the impedance graph of this
specific solution and its improvement wrt the original setup. |
source code
|
|
|
Bunch
|
|