/**
  * Get an Incomplete solution.
  *
  * @return \FindBrok\TradeoffAnalytics\Support\DataCollection\Solution
  */
 public function getAnInCompleteSolution()
 {
     return collect($this->resolution->getIncompleteSolutions(true))->random(1);
 }