chkwon / Complementarity.jl

provides a modeling interface for mixed complementarity problems (MCP) and math programs with equilibrium problems (MPEC) via JuMP
Other
75 stars 20 forks source link

Sets in PATH for equations as JuMPDict #18

Closed chkwon closed 7 years ago

chkwon commented 7 years ago

https://github.com/chkwon/PATHSolver.jl/issues/16

reported by @hhoeschle

chkwon commented 7 years ago

@hhoeschle With the latest update, it will look like

FINAL STATISTICS
Inf-Norm of Complementarity . .  1.1410e-06 eqn: (KKT_xname[s002])
Inf-Norm of Normal Map. . . . .  2.2820e-07 eqn: (KKT_xname[s002])
Inf-Norm of Minimum Map . . . .  2.2820e-07 eqn: (KKT_xname[s002])
Inf-Norm of Fischer Function. .  2.2820e-07 eqn: (KKT_ynoname[s001])
Inf-Norm of Grad Fischer Fcn. .  4.5641e-07 eqn: (market_lambda2)
Two-Norm of Grad Fischer Fcn. .  8.4586e-07
FINAL POINT STATISTICS
Maximum of X. . . . . . . . . .  5.0000e+00 var: (xname[s002])
Maximum of F. . . . . . . . . .  8.0000e+00 eqn: (KKT_xname[s001])
Maximum of Grad F . . . . . . .  1.0000e+00 eqn: (market_lambda1)
                                            var: (xname[s001])

This will be release in the next version.