Message (message)

class pypint.communicators.message.Message[source]

Bases: builtins.object

Container for inter-solver messages

class SolverFlag[source]

Bases: enum.Enum

State flags of the sending solver

_member_type_

alias of object

converged = None

finished and converged with respect to given thresholds

failed = None

finished due to an error

finished = None

finished due to other reasons than thresholds or errors

iterating = None

still iterating

none = None

no flag set

time_adjusted = None

width of the interval have been changed (i.e. any subsequent intervals need to be recomputed)