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