PATHSolver.jl

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

GitHub Stars

56

User Rating

Not Rated

Favorites

0

Views

37

Forks

15

Issues

1

Installation
Difficulty
Intermediate
Estimated Time
10-20 minutes

Installation

Install PATHSolver.jl as follows:
julia
import Pkg
Pkg.add("PATHSolver")
By default, PATHSolver.jl will download a copy of the underlying PATH solver. To use a different version of PATH, see the Manual Installation section below.