NoPossibleCombinationException class

An exception that expresses there is no possible combination to evaluate.

The major reasons this error causes are:

  • Some of community cards or player hand ranges contains the exact same card.
  • There are pretty small combination that MontecarloEvaluator can find. Because MontecarloEvaluator stops its iteration when it needs to re-try a lot of times.
Implemented types

Properties

hashCode int
The hash code for this object.
no setterinherited
message String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited