From f974064e467cf8a875fcc404164aa56bf4c9463c Mon Sep 17 00:00:00 2001 From: Dirk Schumacher Date: Tue, 26 Jun 2018 07:57:41 +0200 Subject: [PATCH] Fix typo in Readme.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d803313900..786c049c99 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ portable software suite for solving combinatorial optimization problems. The suite contains: * A constraint programming solver; -* A linear programming solvers; +* A linear programming solver; * Wrappers around commercial and other open source solvers, including mixed integer solvers; * Bin packing and knapsack algorithms;