Linear optimization software
#Awesome#A curated list of mathematical optimization courses, lectures, books, notes, libraries, frameworks and software.
Linear optimization with N-D labeled arrays in Python
AMPL Model Colaboratory
A Python implementation of Simplex and Interior-Point algorithms for solving Linear Programs (LPs)
A REST API that creates work shifts for employess. Build with Bottle.py and Google OR-Tools.
Utilities for parsing MPS and SMPS file formats.
Implementation of Interior Points Method in MATLAB (My Assignment in Linear Optimization course [MTH305] [IIIT-Delhi]).
MATLAB implementations of the simplex method, dual simplex method and sensitivity analysis.
Python implementation for the project titled "Optimization problems in vehicle route network design" developed at IIIT Delhi as part of my undergraduate thesis.
A simple linear solver for the simplex method in tableau form and gomory's cut.
IITH BTECH CSE all Courses' Codes and Assignments
A tool that calculates the optimum amount of Exp. Candy required for a Pokémon to reach a certain level
📌Simple Method in optimization problem, step by step with C language implementation.
A cli tool for solving bipartite assignment problems.
Linear Optimisation Using Interior Point Method
An implementation for an HR employment optimization problem using Linear Programming.