OptimizationProblems.jl
OptimizationProblems.jl copied to clipboard
Fix: Warn when Dimension is Modified on `NZF1` & `spmsrtls`
Warn on invalid dimension for NZF1: ref #123
- When a user specifies
n < 26they should receive a warning that the dimension is being adjusted. (As done with the dixmaan* problems)
Figure out what is going on with spmsrtls: It appears to only like dimension's greater than 100.. but the specified dimension is being modified slightly; users should be warned.