From beb7062b1730ea78910422007c270043acbf34f8 Mon Sep 17 00:00:00 2001 From: Florian Pommerening Date: Thu, 10 Oct 2024 13:51:21 +0200 Subject: [PATCH] [trivial] Update software versions in README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 97e4ffe626..4b5df3e753 100644 --- a/README.md +++ b/README.md @@ -27,13 +27,13 @@ This version of Fast Downward has been tested with the following software versio | OS | Python | C++ compiler | CMake | | ------------ | ------ | ---------------------------------------------------------------- | ----- | -| Ubuntu 22.04 | 3.10 | GCC 11, GCC 12, Clang 14 | 3.22 | -| Ubuntu 20.04 | 3.8 | GCC 10, Clang 12 | 3.16 | -| macOS 12 | 3.10 | AppleClang 14 | 3.24 | -| macOS 11 | 3.8 | AppleClang 13 | 3.24 | -| Windows 10 | 3.8 | Visual Studio Enterprise 2019 (MSVC 19.29) and 2022 (MSVC 19.31) | 3.22 | +| Ubuntu 24.04 | 3.10 | GCC 14, Clang 18 | 3.30 | +| Ubuntu 22.04 | 3.10 | GCC 12, Clang 15 | 3.30 | +| macOS 14 | 3.10 | AppleClang 15 | 3.30 | +| macOS 13 | 3.10 | AppleClang 15 | 3.30 | +| Windows 10 | 3.8 | Visual Studio Enterprise 2019 (MSVC 19.29) and 2022 (MSVC 19.41) | 3.30 | -We test LP support with CPLEX 22.1.1 and SoPlex 6.0.3+. On Ubuntu we +We test LP support with CPLEX 22.1.1 and SoPlex 7.1.1. On Ubuntu we test both CPLEX and SoPlex. On Windows we currently only test CPLEX, and on macOS we do not test LP solvers (yet).