Navigation
index
next
|
previous
|
or-tools User's Manual
»
11. Utilities
»
11.5. Debugging
11.5.1. The
DebugString()
method
11.5.1.1. Naming variables
11.5.1.2. The convenient
operator<<
Footnotes
[1]
This is for obvious efficiency reasons.
[2]
So even if you pass an empty string (
""
), your variables will be named
0
,
1
, ...
size-1
.
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#
Current chapter
11. Utilities
Previous section
11.4. Profiling
Next section
11.6. Serializing
Current section
11.5. Debugging
11.5.1. The
DebugString()
method
11.5.1.1. Naming variables
11.5.1.2. The convenient
operator<<
Navigation
index
next
|
previous
|
or-tools User's Manual
»
11. Utilities
»