From 75ddef3af0fc171467463ae2bd7833611019be99 Mon Sep 17 00:00:00 2001 From: Laurent Perron Date: Thu, 22 Nov 2018 04:37:08 -0800 Subject: [PATCH] add reference to the slitherlink problem --- examples/cpp/slitherlink_sat.cc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/examples/cpp/slitherlink_sat.cc b/examples/cpp/slitherlink_sat.cc index 80b10fac86..ca4aec1a99 100644 --- a/examples/cpp/slitherlink_sat.cc +++ b/examples/cpp/slitherlink_sat.cc @@ -11,9 +11,10 @@ // See the License for the specific language governing permissions and // limitations under the License. -#include +// Solve the Slitherlink problem: +// see https://en.wikipedia.org/wiki/Slitherlink + #include -#include #include #include "ortools/base/stringprintf.h"