Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- void dodaj_feromonu_od_mrowki (mrowka a, double feromon){
- for (int i=0; i<(int)a.odcinki_mrowki.size(); i++)
- odcinki_z_feromonem_glowne[(int)a.odcinki_mrowki[i].id].feromon+=feromon;
- }
Advertisement
Add Comment
Please, Sign In to add comment