From: Paul K. <pki...@us...> - 2003-10-20 17:36:08
|
Update of /cvsroot/octave/octave-forge/main/optim In directory sc8-pr-cvs1:/tmp/cvs-serv20887 Modified Files: lp.cc lp_test.m Log Message: Better argument checking (allow [] and scalar as lower/upper bound). A bit nicer code to transform bounds to 0-based bounds. Fix array out of bounds reference (use 0-origin array indices). Warn that solution does not always work (like the new test 6 for example). |