Skip to content

Commit

Permalink
Merge pull request #5 from Victoriayhk/master
Browse files Browse the repository at this point in the history
update Linear-Programming solution
  • Loading branch information
wangdongxuking61 authored Nov 19, 2016
2 parents 8a49823 + d96a7e8 commit 7939444
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 64 deletions.
17 changes: 0 additions & 17 deletions .gitattributes

This file was deleted.

47 changes: 0 additions & 47 deletions .gitignore

This file was deleted.

Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# coding:utf-8
# future_net1.py

# 专门针对http://codecraft.huawei.com/home/detail中初赛的例子
# 有向图中信息:
# 0,0,1,1
# 1,0,2,2
# 2,0,3,1
# 3,2,1,3
# 4,3,1,1
# 5,2,3,1
# 6,3,2,1
# 起点为0,终点为1,必经点为2、3:
# 0,1,2|3

from gurobipy import *

m = Model("TSP")
Expand Down
Binary file modified Linear-Programming/test_result.xlsx
Binary file not shown.
Binary file added paper/.DS_Store
Binary file not shown.

0 comments on commit 7939444

Please sign in to comment.