Open
Description
contrib/pynumero/interfaces/nlp_projections.py has a base class that is intended to simply pass all the NLP methods through to a containing object. This is a useful base class if you want to modify the behavior for only a subset of the methods. This could be implemented more generally so that it is less fragile.