PATHSolver.jl icon indicating copy to clipboard operation
PATHSolver.jl copied to clipboard

provides a Julia wrapper for the PATH Solver for solving mixed complementarity problems

Results 4 PATHSolver.jl issues
Sort by recently updated
recently updated
newest added

Within my research code I hit a very confusing behavior of PATH that cased my entire Julia session to just silently close. Debugging with GDB gave no sbacktrace and I...

Right now there is always an output like this: ``` Reading options file /var/folders/bg/dzq_hhvx1dxgy6gb5510pxj80000gn/T/tmpiSsCRO Read of options file complete. ``` I think that is printed by PATH itself, right? Is...

According to [this example](https://jump.dev/JuMP.jl/stable/manual/solutions/#Solutions-summary) in JuMP's documentation, `JuMP.solution_summary(model)` may report the following information: - CPU time required by a completed optimization run - the identified solution (if any) - and...

PATHSolver depends on DataDeps. DataDeps depends upon BinaryProvider and BinaryProvider doesn't build on aarch64-apple-darwin. See https://discourse.julialang.org/t/m1-mac-faile-to-install-binaryprovider-package/74103/2 and https://github.com/oxinabox/DataDeps.jl/issues/152