commit | fc827de38532defbbe1e4add1724989fdb62baed | [log] [tgz] |
---|---|---|
author | Sameer Agarwal <sameeragarwal@google.com> | Tue Feb 18 21:24:50 2014 -0800 |
committer | Sameer Agarwal <sameeragarwal@google.com> | Wed Feb 19 00:01:29 2014 -0800 |
tree | 3c2b0b8e442a0f24bcae7d33b7703c80978e9ea1 | |
parent | 5cf867be497d166522dc84d7c4bdb069f2e09f28 [diff] |
Deal with bounds constrained problems in the Solver. 1. Detect if the problem is bounds constrained. 2. Detect if the problem is infeasible due to constant infeasible parameter blocks. 3. Simplify the interface to TrustRegionMinimize and LineSearchMinimize. In the process fix a bug related to early return and the way user state pointers were being dealt with in parameter blocks. Change-Id: Ie7e70862029d3e0734636882c21ea594516119d1