Skip to content

Commit 1cbb154

Browse files
committed
Include the new package url in the README.md file
1 parent f8a4c5f commit 1cbb154

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Current version: 2019.08.27
1010
Every convex polyhedron P has two representations, one as the intersection of finite halfspaces and the other as Minkowski sum of the convex hull of
1111
finite points and the nonnegative hull of finite directions. These are called H-representation and V-representation, respectively.
1212

13-
[CddInterface](https://kamalsaleh.github.io/CddInterface/) is a gap interface with the C package [Cddlib
13+
[CddInterface](https://homalg-project.github.io/CddInterface/) is a gap interface with the C package [Cddlib
1414
](https://www.inf.ethz.ch/personal/fukudak/cdd_home/) which among other things can translate between H,V- representations of a polyhedron P and solve linear programming problems over P, i.e. a problem of maximizing and minimizing a linear function over P. A list of all available operations can be found in the [manual.pdf](https://github.com/homalg-project/CddInterface/releases/latest/download/manual.pdf).
1515

1616
# Install
@@ -81,7 +81,7 @@ the command
8181
## Using the package via Binder
8282
If you want to experiment online with the package you can use `notebook.ipynb` vie the binder link below.
8383

84-
[![Binder](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/kamalsaleh/CddInterface/master)
84+
[![Binder](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/homalg-project/CddInterface/master)
8585

8686

8787

0 commit comments

Comments
 (0)