public void Interrupt()
 {
     Interrupted = true;
     UnderlyingSolver.Interrupt();
 }
Exemplo n.º 2
0
 public void Interrupt()
 {
     this.TryInterupt = true;
     SolverImpl.Interrupt();
 }
Exemplo n.º 3
0
 public void Interrupt()
 {
     UnderlyingSolver.Interrupt();
 }
Exemplo n.º 4
0
 public void Interrupt()
 {
     UnderlyingImpl.Interrupt();
 }