Skip to main content

Type alias: SolveResult

Ƭ SolveResult: SolveSummary & { bestLBTime?: number ; bestSolution?: Solution ; bestSolutionTime?: number ; bestSolutionValid?: true ; lowerBoundHistory: LowerBoundEvent[] ; objectiveHistory: ObjectiveHistoryItem[] }

The result of function solve. It contains all information from SolveSummary such as the best solution found and some statistics about the search. In addition, it contains the best solution found, the history of the objective values etc.