Introduction - If you have any usage issues, please Google them yourself
This submission contains an interface to a LBFGS-code for unconstrained minimization problems of the form
min_{x} f(x) + c*|\tilde{x}|,
where x are the parameters, f is a scalar valued real function, c is a positive scalar (default value=0), |.| denotes the 1-norm, and \tilde{x} is some subset of the parameters x.