From 5caaed5df8ae2f972433b308070dc22c9db149bc Mon Sep 17 00:00:00 2001 From: Laurent Perron Date: Thu, 14 Nov 2019 13:38:48 -0800 Subject: [PATCH] remove utf character --- ortools/constraint_solver/constraint_solver.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ortools/constraint_solver/constraint_solver.h b/ortools/constraint_solver/constraint_solver.h index 56b9640f17..9807b00b4e 100644 --- a/ortools/constraint_solver/constraint_solver.h +++ b/ortools/constraint_solver/constraint_solver.h @@ -548,7 +548,7 @@ class Solver { /// This enum is used in Solver::MakeOperator associated with an evaluator /// to specify the neighborhood to create. enum EvaluatorLocalSearchOperators { - /// Lin–Kernighan local search. + /// Lin-Kernighan local search. /// While the accumulated local gain is positive, perform a 2opt or a 3opt /// move followed by a series of 2opt moves. Return a neighbor for which the /// global gain is positive.