Pinned Repositories
221b_baker_street_tsp
221B Baker Street: The Master Detective Game as a TSP
a_bad_mlp_bp
A (bad and unfinished) C implementation of a Multilayer Perceptron with Backpropagation
ap.cpp
C++ implementation of an incremental primal-dual assignment problem solver.
bc_cvrp
A branch-and-cut algorithm for the capacitated vehicle routing problem (CVRP)
bc_irp
Inventory-routing problem (IRP) branch-and-cut algorithm using C++ Gurobi's API and CVRPSEP package
bprinter
Pretty printer for command line programs
cg_cvrp
A column generation algorithm (CG) for the capacitated vehicle routing problem (CVRP)
cg_pmp_py
Column generation algorithm for the p-median problem
drsa_bmp
A C implementation of the Dual Representation Simulated Annealing (DRSA) [1] for the bandwidth minimization problem.
nise_sph_cpp
A C++ implementation of the Neighborhood-Inflated Seed Expansion with Spread Hubs method (NISE-SPH)
Pigzaum's Repositories
Pigzaum/bc_cvrp
A branch-and-cut algorithm for the capacitated vehicle routing problem (CVRP)
Pigzaum/bc_irp
Inventory-routing problem (IRP) branch-and-cut algorithm using C++ Gurobi's API and CVRPSEP package
Pigzaum/cg_cvrp
A column generation algorithm (CG) for the capacitated vehicle routing problem (CVRP)
Pigzaum/221b_baker_street_tsp
221B Baker Street: The Master Detective Game as a TSP
Pigzaum/drsa_bmp
A C implementation of the Dual Representation Simulated Annealing (DRSA) [1] for the bandwidth minimization problem.
Pigzaum/nise_sph_cpp
A C++ implementation of the Neighborhood-Inflated Seed Expansion with Spread Hubs method (NISE-SPH)
Pigzaum/a_bad_mlp_bp
A (bad and unfinished) C implementation of a Multilayer Perceptron with Backpropagation
Pigzaum/ap.cpp
C++ implementation of an incremental primal-dual assignment problem solver.
Pigzaum/bprinter
Pretty printer for command line programs
Pigzaum/cg_pmp_py
Column generation algorithm for the p-median problem
Pigzaum/lecm_cpp
A C++ implementation of the Local Expansion and Conductance Minimizing (LECM) algorithm
Pigzaum/opl_cep_models
Some linear programming models of the cluster editing problem.