remove utf character

This commit is contained in:
Laurent Perron
2019-11-14 13:38:48 -08:00
parent 28033c996f
commit 5caaed5df8

View File

@@ -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 {
/// LinKernighan 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.