Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add code docs to Solver #2

Merged
merged 10 commits into from
Dec 22, 2024
Merged

Add code docs to Solver #2

merged 10 commits into from
Dec 22, 2024

Conversation

xDreamerx
Copy link
Collaborator

lkh.py regret_solve() 没有找到有 fixed_edges 的样例

concorde_large.py 直接调用 solver.solve() 会在 timer.showtime() 后 return 前卡死, 不知道为什么 (在 concorde.py 中直接调用 .solve() 是正常返回的)

ATSP : http://comopt.ifi.uni-heidelberg.de/software/TSPLIB95/atsp/ 里面没有 tour

从 database 里面随便找的 atsp 文件 ft53.atsp 无论是从单个文件还是文件夹都是这样

ValueError: setting an array element with a sequence. The requested array has an inhomogeneous shape after 1 dimensions. The detected shape was (34,) + inhomogeneous part.

代码文档里面用的 tsp 的例子

cvrp 的 solve 直接报错了

FileNotFoundError: [Errno 2] No such file or directory: 'examples/cvrp/vrplib_1/problem/A-n32-k5.vrp'

但是这文件是在的

make html 之后 solver 的预览只有 base 在 但是点进去之后是正常的

@xDreamerx
Copy link
Collaborator Author

我在一些函数名前面加了下划线 draw 或者其他文件对他的调用我还有没有改

@heatingma heatingma merged commit 2550d6b into Thinklab-SJTU:main Dec 22, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants