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
IntermediateEstimated Time
10-20 minutes
Installation
Install
By default,
PATHSolver.jl as follows:
julia
import Pkg
Pkg.add("PATHSolver")
PATHSolver.jl will download a copy of the underlying PATH solver.
To use a different version of PATH, see the Manual Installation section below.