Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# MINLPTests.jl

[![Build Status](https://github.com/jump-dev/MINLPTests.jl/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/jump-dev/MINLPTests.jl/actions?query=workflow%3ACI)

This is a collection of JuMP models for testing nonlinear/polynomial solvers
with and without discrete variables in JuMP.

This version is compatible with the current release of JuMP (using
MathOptInterface).

[![Build Status](https://github.com/jump-dev/MINLPTests.jl/workflows/CI/badge.svg?branch=master)](https://github.com/jump-dev/MINLPTests.jl/actions?query=workflow%3ACI)
## Test Design Guidelines

* The tests are organized into broad categories based on the scope of typical
Expand Down
Loading