Interface SolveResult

Result of solving the model.

Hierarchy

  • SolveResult

Properties

solution: null | SolutionMessage

The final solution if any was found.

statistics: {
    [key: string]: any;
}

A combined statistics object with the latest value for each key if statistics output was enabled during solving.

Type declaration

  • [key: string]: any
status: Status

Solve status.

Generated using TypeDoc