Exemplo n.º 1
0
func setup() {
	conf.SetProblem("perFlowACOproblem")
	costs_test = [][]int{{54, 83, 15, 71, 77},
		{79, 3, 11, 99, 56},
		{16, 89, 49, 15, 89},
		{66, 58, 31, 68, 78},
		{58, 56, 20, 85, 53}}
}
Exemplo n.º 2
0
func init() {
	conf.SetProblem("pruebaProblem")
}