Exemplo n.º 1
0
 public void Add(LRScheduler scheduler)
 {
     Debug.Assert(scheduler is LRScheduler);
     scheduler.Offset = this.Count;
     this.Count      += scheduler.NIters;
     this.UpdateStep.Add(this.Count);
     this.Schedulers.Add(scheduler);
 }
Exemplo n.º 2
0
 public void Add(LRScheduler scheduler)
 {
     throw new NotImplementedException();
 }