Gxs16's Stars
EbookFoundation/free-programming-books
:books: Freely available programming books
github/gitignore
A collection of useful .gitignore templates
Snailclimb/JavaGuide
「Java学习+面试指南」一份涵盖大部分 Java 程序员所需要掌握的核心知识。准备 Java 面试,首选 JavaGuide!
shadowsocks/shadowsocks-windows
A C# port of shadowsocks
PKUFlyingPig/cs-self-learning
计算机自学指南
iffybug/reverse-interview-zh
技术面试最后反问面试官的话
shadowsocksrr/shadowsocksr-csharp
google/or-tools
Google's Operations Research tools:
christianversloot/machine-learning-articles
🧠💬 Articles I wrote about machine learning, archived from MachineCurve.com.
PaddlePaddle/PARL
A high-performance distributed training framework for Reinforcement Learning
jiqizhixin/Artificial-Intelligence-Terminology-Database
A comprehensive mapping database of English to Chinese technical vocabulary in the artificial intelligence domain
nndl/solutions
《神经网络与深度学习》课后习题答案-分享讨论
N-Wouda/ALNS
Adaptive large neighbourhood search (and more!) in Python.
jaamsim/jaamsim
Master repository for Jaamsim source code
inria-UFF/VRPSolverEasy
A simple Python interface for VRPSolver, a state-of-the-art Branch-Cut-and-Price exact solver for vehicle routing problems
PyVRP/VRPLIB
Python package to read and write vehicle routing problem instances.
Argonne-National-Laboratory/DSP
An open-source parallel optimization solver for structured mixed-integer programming
Optimization-Algorithms-Book/Code-Listings
Code Listings for the book: Optimization Algorithms. Manning Publications, 2024.
pengxiang-liu/benders-decomposition-in-power-system
Application of Benders decomposition in power systems
JadeLiu13/BendersDecomposition
This is a benders decomposition implementation in Python using Gurobi for solving the Uncapacitated Facility Location Problem
coin-or/jorlib
Java Operations Research Library
zll-hust/ALNS_VRPTW
Adaptive large neighbourhood search (ALNS) algorithm for vehichle routing problem with time windows (VRPTW)
imageslr/typora-theme-lark
更多 Typora 主题请查看:https://github.com/imageslr/typora-theme-bear ,https://github.com/imageslr/mweb-themes
mahdims/Benders-decomposition
Benders decomposition with two subproblem | Integer programming
zawnpn/ZHANGWP
My Blog (https://www.zhangwp.com).
isaac0821/BendersDecomposition
Learning Benders Decomposition by Coding
chendu2017/benders_decomposition_a_toy_model
This is a toy model for bender decomposition.
markusz/vehicle-routing-problem-with-flexible-delivery-locations
Vehicle Routing Problem with Flexible Delivery Locations
A-cyan/SplitILS-SDVRPSolver
Using SplitILS algorithm to solve SDVRP
jwxiang18/Lagrange_relaxing
使用拉格朗日松弛求解选址-运输问题