Re: Another LP model for TSP (by S. Gubin)
- From: "Radosław Hofman" <radekh@xxxxxxxxx>
- Date: Mon, 27 Nov 2006 13:26:01 +0100
U¿ytkownik "Radoslaw Hofman" <radekh@xxxxxxxxx> napisa³ w wiadomo¶ci
news:ek26cj$5rl$1@xxxxxxxxxxxxxxxxxxxxxxx
BTW: have you ran my two tasks, I had sent you 16.11.2006?
I have to more instances for you. They are much larger so please provide
us only with overall cost:
I:
N=7*12=84;
int getWeight(int i, int j)
{
if ((i % 7==j % 7) return 1;
return 1000;
}
II:
N=10*12=120;
int getWeight(int i, int j)
{
if ((i % 10==j % 10) return 1;
return 1000;
}
Best regards,
Radek Hofman
.
- References:
- Another LP model for TSP (by S. Gubin)
- From: Radosław Hofman
- Re: Another LP model for TSP (by S. Gubin)
- From: Zhu Guohun
- Re: Another LP model for TSP (by S. Gubin)
- From: Radoslaw Hofman
- Re: Another LP model for TSP (by S. Gubin)
- From: Zhu Guohun
- Re: Another LP model for TSP (by S. Gubin)
- From: Radoslaw Hofman
- Another LP model for TSP (by S. Gubin)
- Prev by Date: New thred of discussion about Mr. Diaby's algorithm
- Next by Date: Re: Discussion about transformation TSP to UniqueTSP
- Previous by thread: Re: Another LP model for TSP (by S. Gubin)
- Next by thread: Automated theorem proving
- Index(es):
Relevant Pages
|