commit
833ce98426
|
@ -40,6 +40,7 @@ class Solver
|
||||||
protected $branches = array();
|
protected $branches = array();
|
||||||
protected $problems = array();
|
protected $problems = array();
|
||||||
protected $learnedPool = array();
|
protected $learnedPool = array();
|
||||||
|
protected $learnedWhy = array();
|
||||||
|
|
||||||
public function __construct(PolicyInterface $policy, Pool $pool, RepositoryInterface $installed)
|
public function __construct(PolicyInterface $policy, Pool $pool, RepositoryInterface $installed)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue