public void SetTimeout(int seconds)
 {
     // We assume that this solver is fast and any delay
     // is due to the underlying solver
     UnderlyingSolver.SetTimeout(seconds);
 }
Exemplo n.º 2
0
 public void SetTimeout(int seconds)
 {
     SolverImpl.SetTimeout(seconds);
 }
Exemplo n.º 3
0
 public void SetTimeout(int seconds)
 {
     UnderlyingSolver.SetTimeout(seconds);
 }
Exemplo n.º 4
0
 public void SetTimeout(int seconds)
 {
     UnderlyingImpl.SetTimeout(seconds);
 }