OR-Tools  9.6
message_callback.h File Reference

Go to the source code of this file.

Namespaces

 operations_research
 Collection of objects used to extend the Constraint Solver library.
 
 operations_research::math_opt
 

Typedefs

using MessageCallback = std::function< void(const std::vector< std::string > &)>
 

Functions

MessageCallback PrinterMessageCallback (std::ostream &output_stream, const absl::string_view prefix)