Skip to content
View hushizhiahushizhi's full-sized avatar

Block or report hushizhiahushizhi

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Showing results

基于组合启发式算法的三维装箱

Python 31 16 Updated Dec 27, 2018

Multi-Commodity Flow Problem using Column Generation technique

Python 7 1 Updated Jul 26, 2021

A solution to the VRPTW problem using the Column Generation algorithm. Implementation with Python using the Gurobi optimizer (license needed)

Python 114 21 Updated Feb 25, 2022

As alternative heuristic technique; tabu search algorithm is implemented in Python for a capacitated plant location (CPL) problem. Details on implementation and test results can be found in this Gi…

Python 6 1 Updated May 25, 2022

Single Source Capacitated Facility Location Problem from paper An iterated tabu search heuristic for the SSCFLP

Python 9 1 Updated Dec 15, 2018

Multiple heuristic approaches to the 2-Level Facility Location Problem

Python 3 Updated Nov 19, 2018

in order to solve the optimization problem of logistics distribution system for fresh food, it provides a low‐carbon and environmental protection point of view, based on the characteristics of peri…

Python 11 Updated May 28, 2020

Repository contains implementation of Bender Decomposition for classical facility/warehause location problem using Python and Gurobi solver.

Python 47 9 Updated Aug 1, 2021

Using genetic algorithm, I solve the p-median problem. The p-median problem is a specific type of a discrete location model, where one wishes to locate p facilities to minimize the demand-weighted …

Python 16 7 Updated Feb 10, 2018

This is a benders decomposition implementation in Python using Gurobi for solving the Uncapacitated Facility Location Problem

Python 73 18 Updated Sep 12, 2020

4 way to solute Capacitated Facility Location Problem

Python 7 3 Updated Dec 21, 2018

Real-world benchmarks for urban delivery problems, including vehicle routing and facility location problems.

Python 184 31 Updated Sep 5, 2023

Exact approach to solve the facility location problem with Gurobi.

Python 38 12 Updated Jul 3, 2018

Implemented e-NSGA II Algorithm to solve a classical hub-location and vehicle scheduling problem

Python 8 Updated Jul 4, 2021

A branch-and-price-and-cut algorithm for service network design and hub location problem

Python 17 6 Updated Jun 8, 2022

Solve TSP with Genetic Algorithm, Ant Colony Optimization, Simulated Annealing and Tabu Search.使用遗传算法、蚁群算法、模拟退火算法和禁忌搜索算法解决旅行商问题。

Python 6 2 Updated Jan 2, 2020

Capacitated Vehicle Routing Problem

Python 66 31 Updated Feb 13, 2017

Solving a Capacitated Vehicle Routing Problem with time windows constraints (CVRPTW) with Mixed Integer Linear Programming (MILP) in python-gurobi API.

Python 81 22 Updated Apr 29, 2021

Computational Logistics of the Vehicle Routing Problem with Time Windows. Comparative Review of application of the PSO and GA to the VRPTW.

Python 55 16 Updated Mar 26, 2021
1 Updated Oct 17, 2022