Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
matbesancon authored Oct 22, 2024
1 parent 8c0f361 commit 0d05ea1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ set_attribute(model, "limits/gap", 0.05)

## Options

See the [SCIP documentation](https://scip.zib.de/doc-8.0.0/html/PARAMETERS.php)
See the [SCIP documentation](https://www.scipopt.org/doc/html/PARAMETERS.php)
for a list of supported options.

## MathOptInterface API
Expand Down Expand Up @@ -124,7 +124,7 @@ functions based on Julia types are added as needed.
### Memory management

Programming with SCIP requires dealing with variable and constraint objects that
use [reference counting](https://scip.zib.de/doc-8.0.0/html/OBJ.php) for memory
use [reference counting](https://www.scipopt.org/doc/html/OBJ.php) for memory
management.

The `SCIP.Optimizer` wrapper type collects lists of `SCIP_VAR*` and `SCIP_CONS*`
Expand Down

0 comments on commit 0d05ea1

Please sign in to comment.