PatWie / CppNumericalSolvers

a lightweight header-only C++17 library of numerical optimization methods for nonlinear functions based on Eigen

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add line to BUILD: build_example("nonnegls")

RobertLRead opened this issue · comments

Adding this line to BUILD seems appropriate for building a (recently added?) example of a BoundedProblem:

build_example("nonnegls")

This should be added.