Ejemplo n.º 1
0
 /**
  *
  * {@inheritDoc}
  * @see \AdventOfCode\Command\Commons::getSolution()
  */
 protected function getSolution()
 {
     $this->solver->setIterations($this->cycles);
     return parent::getSolution();
 }
Ejemplo n.º 2
0
 /**
  *
  * {@inheritDoc}
  * @see \AdventOfCode\Command\Commons::getSolution()
  */
 protected function getSolution()
 {
     $this->solver->setOutputWire($this->outputWire);
     return parent::getSolution();
 }