Skip to content

Commit

Permalink
Update URLs for jump-dev migration
Browse files Browse the repository at this point in the history
  • Loading branch information
mlubin committed Jun 13, 2020
1 parent 509df83 commit 3ed4f58
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "Xpress"
uuid = "9e70acf3-d6c9-5be6-b5bd-4e2c73e3e054"
url = "https://github.com/JuliaOpt/Xpress.jl"
url = "https://github.com/jump-dev/Xpress.jl"
authors = [
"Joaquim Dias Garcia <[email protected]>, Dheepak Krishnamurthy <[email protected]>, Jose Daniel Lara <[email protected]>"]
version = "0.11.0"
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
| [![Build Status][build-img]][build-url] [![Codecov branch][codecov-img]][codecov-url] | [![Gitter][gitter-img]][gitter-url] [<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/a/af/Discourse_logo.png/799px-Discourse_logo.png" width="64">][discourse-url] |


[build-img]: https://travis-ci.org/JuliaOpt/Xpress.jl.svg?branch=master
[build-url]: https://travis-ci.org/JuliaOpt/Xpress.jl
[codecov-img]: http://codecov.io/github/JuliaOpt/Xpress.jl/coverage.svg?branch=master
[codecov-url]: http://codecov.io/github/JuliaOpt/Xpress.jl?branch=master
[build-img]: https://travis-ci.org/jump-dev/Xpress.jl.svg?branch=master
[build-url]: https://travis-ci.org/jump-dev/Xpress.jl
[codecov-img]: http://codecov.io/github/jump-dev/Xpress.jl/coverage.svg?branch=master
[codecov-url]: http://codecov.io/github/jump-dev/Xpress.jl?branch=master

[gitter-url]: https://gitter.im/JuliaOpt/JuMP-dev?utm_source=share-link&utm_medium=link&utm_campaign=share-link
[gitter-img]: https://badges.gitter.im/JuliaOpt/JuMP-dev.svg
Expand Down Expand Up @@ -46,7 +46,7 @@ You should use the xpress version matching to your julia installation and vice-v

## Use Other Packages

We highly recommend that you use the *Xpress.jl* package with higher level packages such as [JuMP.jl](https://github.com/JuliaOpt/JuMP.jl) or [MathOptInterface.jl](https://github.com/JuliaOpt/MathOptInterface.jl).
We highly recommend that you use the *Xpress.jl* package with higher level packages such as [JuMP.jl](https://github.com/jump-dev/JuMP.jl) or [MathOptInterface.jl](https://github.com/jump-dev/MathOptInterface.jl).

This can be done using the ``Xpress.Optimizer`` object. Here is how to create a *JuMP* model that uses Xpress as the solver. Parameters are passed as keyword arguments:
```julia
Expand Down Expand Up @@ -78,7 +78,7 @@ julia> MOI.get(OPTIMIZER, MOI.RawParameter("logfile"))

## API Overview

This package provides both a thin wrapper for Xpress' C interface and wrapper for [JuMP.jl](https://github.com/JuliaOpt/JuMP.jl) and [MathOptInterface.jl](https://github.com/JuliaOpt/MathOptInterface.jl).
This package provides both a thin wrapper for Xpress' C interface and wrapper for [JuMP.jl](https://github.com/jump-dev/JuMP.jl) and [MathOptInterface.jl](https://github.com/jump-dev/MathOptInterface.jl).

## Julia version warning

Expand Down
2 changes: 1 addition & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ makedocs(
)

deploydocs(
repo = "github.com/JuliaOpt/Xpress.jl.git",
repo = "github.com/jump-dev/Xpress.jl.git",
target = "build",
osname = "linux",
julia = "0.6",
Expand Down
2 changes: 1 addition & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Xpress

[Xpress.jl](https://github.com/JuliaOpt/Xpress.jl) Julia API for the FICO Xpress solver.
[Xpress.jl](https://github.com/jump-dev/Xpress.jl) Julia API for the FICO Xpress solver.
2 changes: 1 addition & 1 deletion src/MOI/MOI_wrapper.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@static if v"1.2" > VERSION >= v"1.1"
# see: https://github.com/JuliaOpt/Xpress.jl/pull/44#issuecomment-585882858
# see: https://github.com/jump-dev/Xpress.jl/pull/44#issuecomment-585882858
error("Versions 1.1.x of julia are not supported. The current verions is $(VERSION)")
end

Expand Down

0 comments on commit 3ed4f58

Please sign in to comment.