chkwon / PATHSolver.jl

provides a Julia wrapper for the PATH Solver for solving mixed complementarity problems
http://pages.cs.wisc.edu/%7Eferris/path.html
MIT License
50 stars 15 forks source link

working version for solveMCP (#31) #32

Closed chkwon closed 5 years ago

chkwon commented 5 years ago

Solves (#31)

It was libpath47julia instead of "libpath47julia"

For nonlinear problems, the number of nonzeros is set to nnz = n^2 for now.