Try our new documentation site (beta).
Filter Content By
Version
Text Search
${sidebar_list_label} - Back
Filter by Language
OutputFlag
Controls Gurobi output
Type: | int | |
---|---|---|
Default value: | 1 | |
Minimum value: | 0 | |
Maximum value: | 1 |
Enables or disables solver output. Use
LogFile and
LogToConsole
for finer-grain control. Setting OutputFlag
to 0
is equivalent to setting
LogFile
to ""
and
LogToConsole
to 0.
For examples of how to query or modify parameter values from our different APIs, refer to our Parameter Examples.