TMtxLP.Verbose Property

TStrings Verbose { get; set; }

Log optimization algorithm calculation.

Returns: TStrings

Remarks:

If not nil then the optimization method uses it for logging each optimization step. By default the Verbose property is nil meaning no logging is done.

Examples
TStringList log = new TStringList();
MtxLP.Verbose = log;
MtxLP.Recalculate();
    richTextBox1.Text = log.Text; // copy text to RichTextBox