View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000415 | ascend | ipopt | public | 2009-12-18 13:25 | 2011-02-28 16:10 |
Reporter | john | ||||
Assigned To | mahesh | ||||
Priority | normal | Severity | minor | Reproducibility | N/A |
Status | assigned | Resolution | open | ||
Product Version | 0.9.6 | ||||
Target Version | 1.0 | Fixed in Version | |||
Summary | 0000415: Fix problem with reporting of block status | ||||
Description | Is there any way we can remove the following code from simulation.cpp, and instead push changes to IPOPT to report a single block was used? (code in 'additional info'). | ||||
Additional Information | if(!bb->block){ /** @todo just manually set 'low' and 'high' to both be equal to sys->n if the system is converged, or else set low to 1 and hight to sys->n in the case where it did not converge. */ /** @todo find out the way code is taking */ if (status.converged == 1){ low = high = status.block.current_size; } else{ low = 1; // is this 1 or 0?? high = status.block.current_size; } } else{ | ||||
Tags | No tags attached. | ||||