183 skills found · Page 7 of 7
thorstenschmidt-dumont / VehicleRoutingThis repository contains the code written for my adventures into solving vehicle routing problems with Reinforcement Learning, Competitive Coevolution, the Clarke-Wright Savings Algorithm, a Nearest Neighbour Heuristic, and the PULP Linear Programming library
nkumar1896 / Optimization Of Travelling Salesman ProblemSolved TSP using SA(simulated annealing),GA(Genetic algorithm),DP(Dynamic Programming) and LP(Linear programming) and comparison between them as a function of time and distance and also made GUI of every problem.
viniciusarruda / SimplexAssignment of Linear Programming and Introduction to Optimization
RalfRothenberger / GreedyMaxThree Algorithms to solve MaxCut: an optimal solver via Integer Linear Programming with Gurobi, an approximative greedy solver and an approximative random greedy solver
kgeoffrey / RevisedsimplexSolver for Linear Programs using Revised Simplex Method
KarthikMurugadoss1804 / Airport Taxiway OptimizationThe goal of this project is to develop and optimize an Integer Linear Programming model to solve airport taxiway optimization
astoeckel / Linprog2d2D Linear Programming Solver for C/JS/Python
junjiedong / LP SolverA simple Linear Programming (LP) solver in Python
SG2B / GurobiThis repository contains a Dockerfile to create a Docker image for solving linear programming optimization problems with Gurobi. The Docker image is available via Docker Hub.
EnricoPittini / Two Dimensional Strip Packing ProblemSolving the two-dimensional strip packing problem, using several combinatorial decision making and optimization approaches: Constraint Programming, Boolean SATisfiability, Satisfiability Modulo Theory; Integer Linear Programming.
navindu-ds / ElpeePython Library for Step-by-Step Linear Programming Solving
ZhiQiangFeng / LinprogSolver4CppA C++ linprog solver for solve a large scaled linear programming via interior point method.
dzhang314 / LegionSolversIterative Linear Solvers for the Legion Parallel Programming System
dassencio / SudokuA Sudoku puzzle solver which models and solves the puzzle as an integer linear programming problem.
sj7stark / Chicken Mcnugget SolverSolves a Chicken McNugget Problem using Mixed Integer Linear Programming
MorganReilly / UnitCommitmentSolving a Unit Commitment (electricity generator scheduling) problem using linear programming.
snkas / Python Ortools Lp ParserFan-written linear program file (.lp) parser which returns an or-tools solver object.
kehlert / EllpLinear programming library (written in Rust) that provides primal and dual simplex solvers.
mitom18 / Linear System SolverC++ program for solving systems of linear equations, FEE CTU semestral work
MarcSerraPeralta / Mle DecoderMost-likely error (MLE) decoder that uses gurobi to solve the mixed-interger (linear) programming problem