OptimizationProblems.jl
Review and validate Julia optimization test problems
All Skills in This Repository (5)
Pure Emerald Level Indicatorsreview-meta
Review Julia Meta files for correctness and consistency with problem implementations.
review-adnlpproblems
Verify ADNLPModel implementations for correctness, type stability, and allocations.
review-problem
Review optimization problem files for consistency and correctness.
find-bib
Construct BibTeX references for OptimizationProblems.jl meta files from DOIs or text.
review-purejump
Review PureJuMP files for coding standards and ADNLPProblems compatibility.
Frequently Asked Questions
FAQPage SchemaHow to install OptimizationProblems.jl skills?โผ
Run `npx skills add JuliaSmoothOptimizers/OptimizationProblems.jl --all -g -y` in your terminal to install all review skills globally.
What is OptimizationProblems.jl used for?โผ
It is a Julia package with over 680 nonlinear programming test problems used to benchmark and develop optimization solvers.
How do I review a new optimization problem?โผ
Use the review-problem skill with the problem name, and it audits the metadata, JuMP model, and ADNLP implementation files, reporting errors, warnings, and info.
Can it find citations for optimization problems?โผ
Yes. The find-bib skill searches for a DOI online, fetches the BibTeX entry, and formats it as a Julia raw string ready to paste into the metadata file.
Do I need Julia expertise to use these skills?โผ
Basic familiarity helps, but the skills run the Julia checks automatically and explain each finding in plain language with the expected fix.
Related Repositories in Education & Research
View All in Education & Researchโlearn-claude-code
Learn to build AI agent harnesses from scratch
ai-agents-for-beginners
Learn to build, deploy, and secure AI agents step by step
33-js-concepts
Master 33 essential JavaScript concepts with tested, verified guides