Scheduler
rlTestDomainModel.cpp
Go to the documentation of this file.
1 
10 #include "rlTestDomainModel.h"
11 
12 
14 {
15  if (xpos > 0 && xpos < 11 && ypos == 0)
16  return -100;
17  if (xpos == 11 && ypos == 0)
18  return 0;
19  return -1;
20 
21 }
22 
23 
24