Advertisement
Guest User

Untitled

a guest
Dec 6th, 2016
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. /*********************************************
  2. * OPL 12.6.3.0 Data
  3. * Author: Maciek
  4. * Creation Date: 06-12-2016 at 10:59:15
  5. *********************************************/
  6.  
  7. //259009 --> f=2, e=5, d=9, c=0, b=0, a=9
  8. n = 6;
  9. source = 1;
  10. //Łącza: ź0ódło, cel, koszt
  11.  
  12. Links = {
  13. <2, 1>,
  14. <1, 2>,
  15. <1, 3>,
  16. <3, 1>,
  17. <3, 6>,
  18. <6, 3>,
  19. <6, 5>,
  20. <5, 6>,
  21. <5, 4>,
  22. <4, 5>,
  23. <4, 2>,
  24. <2, 4>,
  25. <1, 4>,
  26. <4, 1>,
  27. <4, 3>,
  28. <3, 4>,
  29. <5, 3>
  30. <3, 5>
  31. };
  32.  
  33. Cost = [9, 9, 1, 1, 1, 1, 9, 9, 5, 5, 2, 2, 1, 1, 1, 1, 9, 9];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement