Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
message_callback.py File Reference

Go to the source code of this file.

Namespaces

namespace  ortools
namespace  ortools.math_opt
namespace  ortools.math_opt.python
namespace  ortools.math_opt.python.message_callback

Functions

SolveMessageCallback ortools.math_opt.python.message_callback.printer_message_callback (*, TextIO file=sys.stdout, str prefix="")
None ortools.math_opt.python.message_callback.log_messages (Sequence[str] messages, *, int level=logging.INFO, str prefix="")
None ortools.math_opt.python.message_callback.vlog_messages (Sequence[str] messages, int level, *, str prefix="")
SolveMessageCallback ortools.math_opt.python.message_callback.list_message_callback (List[str] sink)

Variables

 ortools.math_opt.python.message_callback.SolveMessageCallback = Callable[[Sequence[str]], None]