From 6214b66825b518b9233834d14e0f0cd56ab49ee8 Mon Sep 17 00:00:00 2001 From: "Matthias C. M. Troffaes" Date: Wed, 18 Sep 2024 13:14:25 +0100 Subject: [PATCH] Small updates in docs. [skip ci] --- CHANGELOG.rst | 3 ++- README.rst | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index e7626ee..ad92b27 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -97,7 +97,8 @@ Fully detailed changes: - Fourier and block elimination (see issue #38). - - Matrix adjacency and weak adjacency. + - Matrix adjacency and weak adjacency using linear programming + (i.e. without running the double description method). - Matrix rank. diff --git a/README.rst b/README.rst index 22097e8..8bebd4b 100644 --- a/README.rst +++ b/README.rst @@ -1,5 +1,5 @@ `cddlib `_ is -an implementation of the Double Description Method of Motzkin et +an implementation of the double description method of Motzkin et al. for generating all vertices (i.e. extreme points) and extreme rays of a general convex polyhedron given by a system of linear inequalities.