예제 #1
0
파일: Features.cs 프로젝트: ALICE-InRu/Code
 public void GetEquivPhi(int job, Schedule current)
 {
     for (int i = 0; i < SDRData.SDRCount; i++)
         Equiv[i] = job == current.JobChosenBySDR((SDRData.SDR) i);
 }
예제 #2
0
 private int ChooseSDRJob(Schedule jssp, List<Preference> prefs = null)
 {
     return jssp.JobChosenBySDR((SDRData.SDR) Track);
 }