AMPLOutput

public class AMPLOutput

Captures an AMPL message together with its kind, as fetched from the underlying modelling system.

Methods

public Kind getKind()
public String getMessage()
Returns:The message
public String toString()

Get the string representation of this output, in the form: `kind`: `message`