Skip to content

Commit cd4fa31

Browse files
authoredJan 3, 2023
Update README.md
1 parent ac5a21b commit cd4fa31

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed
 

Diff for: ‎README.md

+6-8
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
1-
2-
# Branch Information
3-
4-
This is a branch of Complementarity. The goal of this branch is to update Complementarity to work with the newest version of JuMP. Currently the only broken test is MCEP.
5-
6-
71
# Complementarity.jl
82

9-
103
[![Build Status](https://github.com/chkwon/Complementarity.jl/workflows/CI/badge.svg?branch=master)](https://github.com/chkwon/Complementarity.jl/actions?query=workflow%3ACI)
114
[![codecov](https://codecov.io/gh/chkwon/Complementarity.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/chkwon/Complementarity.jl)
125

@@ -17,7 +10,12 @@ This package provides modeling language for (1) mixed complementarity problems (
1710

1811
## Mixed Complementarity Problems (MCP)
1912

20-
**NOTE:** The [PATHSolver.jl](https://github.com/chkwon/PATHSolver.jl) has been completely rewritten between `v0.6.2` and `v1.1.0`. Now PATHSolver.jl provides both an interface to the [PATH](http://pages.cs.wisc.edu/~ferris/path.html) solver and an integration to JuMP, but only limited to *linear* problems at this moment. For *nonlinear* problems, you still need to use [Complementarity.jl](https://github.com/chkwon/Complementarity.jl), which now also uses the new PATHSolver.jl as its solver. Most parts of Complementarity.jl remain the same, except how the solver options are passed.
13+
**NOTE:** Differences between PATHSolver.jl and Complementarity.jl:
14+
- [PATHSolver.jl](https://github.com/chkwon/PATHSolver.jl) provides a wrapper for the C API of the [PATH](http://pages.cs.wisc.edu/~ferris/path.html) solver.
15+
- [PATHSolver.jl](https://github.com/chkwon/PATHSolver.jl) also enables JuMP for solving MCP, but limited to linear problems.
16+
- Complementarity.jl provides a JuMP extension for solving MCP, both linear and nonlinear, using the C API wrapper in PATHSolver.jl.
17+
18+
2119

2220

2321
***[MCP Documentation](MCP.md)***

0 commit comments

Comments
 (0)
Please sign in to comment.