Advertisement
Guest User

Untitled

a guest
Feb 19th, 2020
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. CHEMIN_AB = CHEMIN_AB[0][0],
  2. CHEMIN_AB[na:T][nb:T]= (
  3. when (nb ==0) trainA[i:ID].entreeAB -> CHEMIN_AB[na+1][nb]|
  4. trainA[j:ID].sortieAB -> CHEMIN_AB[na-1][nb]|
  5. when (na ==0) trainB[i:ID].entreeAB -> CHEMIN_AB[na][nb+1]|
  6. trainB[j:ID].sortieAB -> CHEMIN_AB[na][nb-1]).
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement