NLPModelsTest
This package provides testing facilities for developers of models implementing the NLPModels API.
How to Cite
If you use NLPModelsTest.jl in your work, please cite using the format given in CITATION.bib.
Usage
During the development of your model, you might find the need for more robust tests. This package provides problems and functions to that end.
The main usage of this package are the consistency checks, which runs a comparison of two or models on all API functions.
Check the docs for the complete usage.