Difference between revisions of "BndMPCC"
Jump to navigation
Jump to search
Line 7: | Line 7: | ||
Randomly generated QPCCs with bound constraints in AMPL format. | Randomly generated QPCCs with bound constraints in AMPL format. | ||
− | * | + | * AMPL model file in MPCC format: [http://www.mcs.anl.gov/~leyffer/BndMPCC/BndQPEC.mod BndQPEC.mod] |
+ | * AMPL model file formulation as NLP: [http://www.mcs.anl.gov/~leyffer/BndMPCC/BndQPEC.mod BndQPECn.mod] | ||
+ | * Matlab generator for random instances: [http://www.mcs.anl.gov/~leyffer/BndMPCC/genBndQPEC.m genBndQPEC.m] | ||
+ | * AMPL (dat) files of some generated instances: [http://www.mcs.anl.gov/~leyffer/BndMPCC/BndQPECsDAT.zip BndQPECsDAT.zip] | ||
+ | * AMPL (nl) files of some generated instances: [http://www.mcs.anl.gov/~leyffer/BndMPCC/BndQPECsNL.zip BndQPECsNL.zip] | ||
=== Bound-Constrained Nonlinear Programs with Complementarity Constraints === | === Bound-Constrained Nonlinear Programs with Complementarity Constraints === |
Revision as of 10:39, 17 September 2020
BndMPCC: Bound-Constrained Mathematical Programs with Complementarity Constraints
A small collection of MPCCs that have only simple bounds or complementarity constraints between variables.
Bound-Constrained Quadratic Programs with Complementarity Constraints
Randomly generated QPCCs with bound constraints in AMPL format.
- AMPL model file in MPCC format: BndQPEC.mod
- AMPL model file formulation as NLP: BndQPECn.mod
- Matlab generator for random instances: genBndQPEC.m
- AMPL (dat) files of some generated instances: BndQPECsDAT.zip
- AMPL (nl) files of some generated instances: BndQPECsNL.zip