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