JuliaGameTheoreticPlanning / ParametricMCPs.jl

Mixed complementarity problems parameterized by "runtime"-parameters with support for implicit differentiation.
MIT License
17 stars 2 forks source link

Exploit constant Jacobian structure #1

Closed lassepe closed 1 year ago

lassepe commented 1 year ago

PATHSolver.jl now supports constant jacobian structure (i.e. non-changing structural zeros). This can easily be exploited for the kind symbolically derived parametric families of MCPs that we synthesize here.

https://github.com/chkwon/PATHSolver.jl/blob/606c5f271a6f3ac3d00ce3660ec83a93cc87841a/src/C_API.jl#L613