Solution Type
the result obtained from the array solver
Union cases
Union case |
Description
|
Full Usage:
Found(Found, Iteration, Tolerance)
Parameters:
decimal
Iteration : int
Tolerance : decimal
|
a solution was found, returning the solution, the number of iterations required and the final tolerance used
|
Full Usage:
Impossible
|
a solution could not be found due to an issue with the initial parameters |
Full Usage:
IterationLimitReached(PartialSolution, IterationLimit, MaxTolerance)
Parameters:
decimal
IterationLimit : int
MaxTolerance : decimal
|
a solution could not be found within the iteration limit, but it returns the result of the last iteration and stats on how it was reached
|
Instance members
Instance member |
Description
|
Full Usage:
this.IsFound
Returns: bool
|
|
Full Usage:
this.IsImpossible
Returns: bool
|
|
Full Usage:
this.IsIterationLimitReached
Returns: bool
|
|