Try our new documentation site (beta).
Filter Content By
Version
Text Search
${sidebar_list_label} - Back
Filter by Language
Model.printQuality()
printQuality ( )
Print statistics about the quality of the computed solution (constraint violations, integrality violations, etc.).
For continuous models, the output will include the maximum unscaled and scaled violation, as well as the variable or constraint name associated with the worst unscaled violation. For MIP models, the output will include the maximum unscaled violation and the associated variable or constraint name.
Example usage:
model.optimize() model.printQuality()