Kiwi challenge - https://travellingsalesman.cz/
-v
be verbose and output a lot of stuff to stderr-s
just read input and print some statistics about the data-i int
set timeout for the solution (default 30s)
FSP_ENGINE
selects engine to solve the problem, possible values are:DCFS
,SITM
,MITM
,RANDOM
,BHDFS
,BN
,GREEDY
,ROUNDS
DCFS_MAX_BRANCHES
branching limit for DCFS engineDCFS_DISC_W
discount contribution factor to flight evaluationDCFS_NEXT_AVG_W
next node avg flight price contribution to flight evaluationDCFS_MIN_DISC
minimal discount needed to consider flight (0.3
means 30% discount,-0.2
means 20% overpriced flight)DCFS_DISC_THRESH
minimal price to apply minimal discount rule