Skip to content

Commit c9eb2ab

Browse files
committed
constraint_solver: fixup
1 parent aa4821c commit c9eb2ab

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ortools/constraint_solver/constraint_solveri.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,10 @@
1313

1414
/** @file constraint_solveri.h
1515
Collection of objects used to extend the Constraint Solver library.
16+
1617
This file contains a set of objects that simplifies writing extensions
1718
of the library.
19+
1820
The main objects that define extensions are:
1921
- BaseIntExpr, the base class of all expressions that are not variables.
2022
- SimpleRevFIFO, a reversible FIFO list with templatized values.
@@ -39,6 +41,7 @@ The main objects that define extensions are:
3941
Principles and Practice of Constraint Programming CP2002
4042
(Vol. 2470, pp. 415-430). Springer. Retrieved from
4143
http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.11.1442.
44+
4245
Then, there are some internal classes that are used throughout the solver
4346
and exposed in this file:
4447
- SearchLog, the root class of all periodic outputs during search.

0 commit comments

Comments
 (0)