From dde057b12b7aa5ebec589ef462396efe99e0d766 Mon Sep 17 00:00:00 2001 From: Johann Dreo Date: Fri, 23 Aug 2024 15:22:17 +0200 Subject: [PATCH] feat(doc): mention partial evaluation for combinatorics --- docs/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/index.html b/docs/index.html index ab5ee5cd8..7654ac870 100644 --- a/docs/index.html +++ b/docs/index.html @@ -302,7 +302,7 @@

Efficient

-

is the fastest framework on the market, which is a crucial feature for modern and robust approach to solver design and validation.

+

is the fastest framework on the market, which is a crucial feature for modern and robust approach to solver design and validation (especially on combinatorial problems).

@@ -311,6 +311,7 @@

Another classical criticism against is that C++ is hard and that a fast language is useless because speed is not a concern when your objective function is dominating all the runtime.

However, we argue that: