File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
ortools/constraint_solver Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 1313
1414/* * @file constraint_solveri.h
1515Collection of objects used to extend the Constraint Solver library.
16+
1617This file contains a set of objects that simplifies writing extensions
1718of the library.
19+
1820The 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+
4245Then, there are some internal classes that are used throughout the solver
4346and exposed in this file:
4447 - SearchLog, the root class of all periodic outputs during search.
You can’t perform that action at this time.
0 commit comments