Skip to content
  • Gauthier Quesnel's avatar
    core: replace output message with callback function in context · 96ce090e
    Gauthier Quesnel authored
    To improve the use in command line interface, graphical user interface
    or R, we replace, only for computation output (ex.: remaining
    constraint message, new solution found, etc.), the output message
    stream using private functions debug(ctx, ...), info(ctx, ...),
    warning(ctx, ...)  interface with callback mechanism in the
    baryonyx::context class. (Closes: #28)
    96ce090e