Navigation
index
next
|
previous
|
or-tools User's Manual
»
13. Under the hood
13.1. Main files and directories
13.2. Naming conventions and programming idioms
13.2.1. Naming conventions
13.2.2. Programming idioms
13.3. Main classes, structures and typedefs
13.3.1.
BaseObject
s
13.3.2.
PropagationBaseObject
s
13.3.3. Callbacks
13.4. The
Trail
struct
13.5. The
Search
class
13.5.1. Nested searches
13.6. The
Queue
class
13.7. Variables and
Assignment
s
13.7.1. Variables
13.7.2.
Assignment
s
13.8.
SearchMonitor
s
13.8.1. List of callbacks
13.8.2. Ending or restarting the current
Search
13.9. Local Search (LS)
13.10. Meta-heuristics and
SearchMonitor
s
13.10.1. The
Metaheuristic
class
13.10.2. Callbacks to implement
13.11. The Routing Library (RL)
13.11.1. Global constants
13.11.2. The auxiliary graph
13.11.3. Variables
13.11.4. Constraints
13.12. Summary
Google
or-tools
open source library
User's Manual
Google search
Search:
user's manual
faq
reference manual
All or-tools doc
Welcome
Content and foreword
Documentation's hub
The or-tools open source library
Tutorial examples
C++
Python
Java
C#
Chapters
Part I: Basics
1. Introduction to CP
2. First steps with or-tools
3. Using objectives
4. Reification
Part II: Customization
5. Search primitives
6. Local Search
7. Meta-heuristics
8. Custom constraints
Part III: Routing
9. TSP with constraints
10. VRP with constraints
Part IV: Technicalities
11. Utilities
12. Modeling tricks
13. Under the hood
Appendices
Index
Navigation
index
next
|
previous
|
or-tools User's Manual
»