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