An open API service providing repository metadata for many open source software ecosystems.

Topic: "linear-programming"

jonls/qsopt-ex

QSopt_ex - an exact linear programming solver. This is a fork adding improvements to the build system, library and a Python interface.

Language: C - Size: 885 KB - Last synced at: 4 days ago - Pushed at: over 2 years ago - Stars: 21 - Forks: 13

gcampanella/pydata-london-2018

Slides and notebooks for my tutorial at PyData London 2018

Language: Jupyter Notebook - Size: 2.72 MB - Last synced at: about 1 month ago - Pushed at: about 7 years ago - Stars: 21 - Forks: 6

JuliaGraphs/GraphsOptim.jl

A package for graph optimization algorithms that rely on mathematical programming.

Language: Julia - Size: 320 KB - Last synced at: 3 days ago - Pushed at: 10 months ago - Stars: 20 - Forks: 4

erikerlandson/gibbous

Convex optimization for java and scala, built on Apache Commons Math

Language: Java - Size: 5.49 MB - Last synced at: 3 months ago - Pushed at: almost 4 years ago - Stars: 20 - Forks: 8

bolner/SimplexSolver

An easy-to-use Simplex solver class for linear programming.

Language: C++ - Size: 12.7 KB - Last synced at: 3 months ago - Pushed at: over 7 years ago - Stars: 20 - Forks: 8

vandenheuvel/relp

A Linear Program solver written in Rust.

Language: JetBrains MPS - Size: 28 MB - Last synced at: 21 days ago - Pushed at: about 2 months ago - Stars: 19 - Forks: 2

RenatoMaynard/Gurobi-Sensitivity-Analysis

Linear Programming model for Production Planning with full Sensitivity Analysis, including shadow prices, reduced costs, and resource bounds.

Language: Jupyter Notebook - Size: 9.77 KB - Last synced at: 8 days ago - Pushed at: 4 months ago - Stars: 19 - Forks: 0

ispaneli/lippy

A module for solving linear programming problems on Python.

Language: Python - Size: 136 KB - Last synced at: 25 days ago - Pushed at: over 2 years ago - Stars: 19 - Forks: 3

kimutaiRop/EKR-SIMPLEX-PROBLEM-CALCULATOR

simplex problem calculator

Language: Python - Size: 178 KB - Last synced at: 3 days ago - Pushed at: about 3 years ago - Stars: 19 - Forks: 6

willu47/amply

A Python package for AMPL/GMPL datafile parsing

Language: Python - Size: 66.4 KB - Last synced at: 8 days ago - Pushed at: about 1 year ago - Stars: 18 - Forks: 3

tao-pr/3d-motion-tracking 📦

:movie_camera: Prototype of 3D object tracking via camera

Language: C++ - Size: 146 KB - Last synced at: over 2 years ago - Pushed at: about 8 years ago - Stars: 18 - Forks: 9

rust-or/lp-solvers

library implementing interaction with various linear programming solvers

Language: Rust - Size: 1.01 MB - Last synced at: 10 months ago - Pushed at: over 1 year ago - Stars: 17 - Forks: 9

mathcoding/opt4ds

Optimization Models and Algorithms

Language: Jupyter Notebook - Size: 4.76 MB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 16 - Forks: 7

lucadibello/mininet-yaml

🛜 Create and manage virtual networks through simple YAML configuration files

Language: Python - Size: 1.52 MB - Last synced at: 9 months ago - Pushed at: about 1 year ago - Stars: 16 - Forks: 0

MagedMohamedTurk/Turbomachinery-Rotors-Balancing

Python Tools to Practically Model and Solve the Problem of High Speed Rotor Balancing.

Language: Python - Size: 16.8 MB - Last synced at: over 1 year ago - Pushed at: almost 2 years ago - Stars: 16 - Forks: 8

sibirbil/RuleCovering

Rule covering for interpretation and boosting

Language: HTML - Size: 1.07 MB - Last synced at: over 2 years ago - Pushed at: about 4 years ago - Stars: 16 - Forks: 2

ampl/rAMPL

R API for AMPL

Language: C++ - Size: 930 KB - Last synced at: 3 months ago - Pushed at: 5 months ago - Stars: 15 - Forks: 8

quesnel/baryonyx

binary/integer linear programming solver

Language: C++ - Size: 2.35 MB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 15 - Forks: 3

akshaykhadse/reinforcement-learning

Implementations of basic concepts dealt under the Reinforcement Learning umbrella. This project is collection of assignments in CS747: Foundations of Intelligent and Learning Agents (Autumn 2017) at IIT Bombay

Language: Python - Size: 20.4 MB - Last synced at: over 2 years ago - Pushed at: about 7 years ago - Stars: 15 - Forks: 6

rust-or/highs-sys

Rust binding for the HiGHS linear programming solver

Language: Rust - Size: 78.1 KB - Last synced at: 2 days ago - Pushed at: about 1 month ago - Stars: 14 - Forks: 19

samirsaci/supply-planning

Supply Planning using Linear Programming with Python

Language: Jupyter Notebook - Size: 24.4 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 14 - Forks: 6

emfcamp/slotmachine

A conference schedule optimiser using linear programming.

Language: Python - Size: 31.3 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 14 - Forks: 2

j2kun/earthmover

Implementation of the Earthmover distance metric in python.

Language: Python - Size: 54.7 KB - Last synced at: 3 months ago - Pushed at: about 2 years ago - Stars: 14 - Forks: 5

mdlacasse/Owl

Retirement planner with great wisdom

Language: Python - Size: 10.8 MB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 13 - Forks: 3

Bancie/Optimization-Oracle

An open-source library crafting efficient algorithms for Mixed Integer Linear Programming (MILP) challenges.

Language: Python - Size: 19.3 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 13 - Forks: 0

PasaOpasen/MathClasses

Set of simple mathematical classes in C# (Vectors, Matrixes, Polynoms, Systems of linear equations, Integrals methods, Complex numbers, Rational numbers, Graphs, Methods for solving differential equations) + some features such as memoize (function values memorising)

Language: C# - Size: 227 MB - Last synced at: 6 days ago - Pushed at: over 3 years ago - Stars: 13 - Forks: 7

orSpec/workforce_scheduling

Modelling and solving a special case of the workforce scheduling problem using Python MIP and the COIN-OR CBC solver.

Language: Python - Size: 982 KB - Last synced at: 13 days ago - Pushed at: over 5 years ago - Stars: 13 - Forks: 8

8tiqa/constraint-optimization-solver

Desktop App for constraint optimization of linear programming problems

Language: C# - Size: 4.39 MB - Last synced at: over 1 year ago - Pushed at: over 8 years ago - Stars: 13 - Forks: 2

xianqiu/linear-programming

线性规划中文教程,侧重于算法实现。

Language: Python - Size: 10.1 MB - Last synced at: 10 days ago - Pushed at: 10 days ago - Stars: 12 - Forks: 0

SolverMax/Blog

Optimization blog

Language: Jupyter Notebook - Size: 22.8 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 12 - Forks: 5

paul0noah/sm-comb

Language: C++ - Size: 329 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 12 - Forks: 0

bruscalia/optimization-app

A template for creating streamlit web applications for numerical optimization problems

Language: Python - Size: 73.2 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 12 - Forks: 3

mit-acl/separator

Linear separability (via planes) of two sets of 3D points

Language: C++ - Size: 2.44 MB - Last synced at: about 1 year ago - Pushed at: over 3 years ago - Stars: 12 - Forks: 3

hishamcse/Algorithms-Princeton-Combined

This repository contains all the algorithms implementation & problems solution, assignment solution, Interview question solution & other related materials (Slides, Resources) related to Princeton University algorithms Part I & II course at COURSERA

Language: Java - Size: 364 MB - Last synced at: over 2 years ago - Pushed at: almost 4 years ago - Stars: 12 - Forks: 5

khuyentran1401/linear-programming-with-PuLP

Language: Jupyter Notebook - Size: 68.4 KB - Last synced at: 3 months ago - Pushed at: over 5 years ago - Stars: 12 - Forks: 6

hasan-kamal/Linear-Program-Solvers

A Python implementation of Simplex and Interior-Point algorithms for solving Linear Programs (LPs)

Language: Python - Size: 450 KB - Last synced at: almost 2 years ago - Pushed at: about 6 years ago - Stars: 12 - Forks: 3

mx-e/microgrid_optimizer

My Bachelors Thesis, combining linear programming and a React.js interface to make basic microgrid planning approachable

Language: TeX - Size: 39.6 MB - Last synced at: over 1 year ago - Pushed at: over 6 years ago - Stars: 12 - Forks: 2

timdolenko/simplex

C# implementation of the simplex algorithm

Language: C# - Size: 160 KB - Last synced at: over 2 years ago - Pushed at: over 7 years ago - Stars: 12 - Forks: 7

RoyiAvital/GLPKMEX

A MATLAB MEX Interface for the GLPK Library

Language: C - Size: 64.5 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 11 - Forks: 2

tomjanus/milp-scheduling

Feasibility study on using mixed-integer-linear programming for solving optimal pump scheduling problem in water distribution networks.

Language: MATLAB - Size: 324 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 11 - Forks: 0

Multi-Shot-Approximation-of-MDPs/Self-Guided-ALPs-Discounted-Cost

Multi-Shot Approximation of Discounted Cost MDPs

Language: Python - Size: 4.99 MB - Last synced at: 6 months ago - Pushed at: 12 months ago - Stars: 11 - Forks: 4

himeinhardt/TuGames

A Mathematica Package for Cooperative Game Theory

Language: Mathematica - Size: 43.2 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 11 - Forks: 0

integrated-reasoning/napali

Optimization as a service TUI

Language: Nix - Size: 2.13 MB - Last synced at: 18 days ago - Pushed at: over 1 year ago - Stars: 11 - Forks: 0

kavir1698/DietRecommender.jl

Create an optimal diet from USDA's food composition database using linear programming.

Language: Julia - Size: 12.5 MB - Last synced at: 3 months ago - Pushed at: about 2 years ago - Stars: 11 - Forks: 1

shehio/Project-Nash

A panoply of algorithms in game theory, econometrics, linear programming, and Montecarlo simulations.

Language: TypeScript - Size: 495 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 11 - Forks: 0

sid230798/Game_Theory

This repository analyses Strategic form games for N-player calculating various Equilibrium's, Calculate MSNE for 2-Player strategic form and zero sum game, Also contains algorithm for N-player finite Mechanism design to check if social choice function is SDSE, Ex-Post-efficient and Non-dictatorial.

Language: Python - Size: 84 KB - Last synced at: almost 2 years ago - Pushed at: about 5 years ago - Stars: 11 - Forks: 4

alex-mckenna/optimum

Declarative Optimization in Haskell

Language: Haskell - Size: 106 KB - Last synced at: 3 months ago - Pushed at: over 6 years ago - Stars: 11 - Forks: 0

kathleenwest/Power-Market-Operations-Final-Project-Unit-Commitment

Security-Constrained Unit Commitment Programming Project

Language: HTML - Size: 2.51 MB - Last synced at: 3 months ago - Pushed at: over 6 years ago - Stars: 11 - Forks: 8

aritrasep/FPBH.jl

FPBH: A Feasibility Pump based Heuristic for Multi-objective Mixed Integer Linear Programming

Language: Julia - Size: 628 KB - Last synced at: over 2 years ago - Pushed at: over 7 years ago - Stars: 11 - Forks: 2

athityakumar/or_lab

Operations Research Lab. Involves coding the various Linear Programming Problem optimization methods in C/C++.

Language: C - Size: 1.17 MB - Last synced at: 3 months ago - Pushed at: about 8 years ago - Stars: 11 - Forks: 6

brenns10/bart

BART fare reduction

Language: JavaScript - Size: 727 KB - Last synced at: about 14 hours ago - Pushed at: over 8 years ago - Stars: 11 - Forks: 0

flixOpt/flixopt

Vector based Energy Optimization Framework

Language: Python - Size: 11.3 MB - Last synced at: 3 days ago - Pushed at: 6 days ago - Stars: 10 - Forks: 4

MiniZinc/minizinc-playground

MiniZinc playground using WebAssembly

Language: Svelte - Size: 18.2 MB - Last synced at: about 1 month ago - Pushed at: about 2 months ago - Stars: 10 - Forks: 2

raja-s/ORCA

An attempt at a simple implementation of the ORCA algorithm 🤖💢🤖📋

Language: C++ - Size: 41 KB - Last synced at: 9 days ago - Pushed at: over 1 year ago - Stars: 10 - Forks: 4

ishikawalab/imtoolkit

IMToolkit: An open-source index modulation toolkit for reproducible research based on massively parallel algorithms

Language: Python - Size: 129 MB - Last synced at: 23 days ago - Pushed at: almost 4 years ago - Stars: 10 - Forks: 5

cocoto/glpk-online

Html interface for GLPK.js solver

Language: JavaScript - Size: 1.77 MB - Last synced at: over 2 years ago - Pushed at: almost 5 years ago - Stars: 10 - Forks: 3

caerbannogwhite/set-covering-problem

Implementation of different techniques to solve the Set Covering Problem (SCP).

Language: C++ - Size: 72.8 MB - Last synced at: about 1 year ago - Pushed at: over 5 years ago - Stars: 10 - Forks: 4

JayLohokare/linear-optimization-scheduling

Linear optimization for job scheduling (implementation and research)

Language: Jupyter Notebook - Size: 4.88 KB - Last synced at: over 2 years ago - Pushed at: over 6 years ago - Stars: 10 - Forks: 3

aijunbai/markov-game

Stochastic Markov Games

Language: Python - Size: 143 KB - Last synced at: over 2 years ago - Pushed at: almost 8 years ago - Stars: 10 - Forks: 5

madvorak/vcsp

General-Valued Constraint Satisfaction Problems

Language: Lean - Size: 1.21 MB - Last synced at: about 1 month ago - Pushed at: 2 months ago - Stars: 9 - Forks: 1

samirsaci/workforce-planning

Optimize Workforce Planning using Linear Programming with Python

Language: Jupyter Notebook - Size: 320 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 9 - Forks: 6

francoisschwarzentruber/abcd

A simple ASCII format to represent music scores, and a music score editor

Language: JavaScript - Size: 349 KB - Last synced at: 3 months ago - Pushed at: 12 months ago - Stars: 9 - Forks: 1

cxlvinchau/hips

A Python library for heuristically solving mixed integer programs

Language: Python - Size: 7.7 MB - Last synced at: over 1 year ago - Pushed at: about 4 years ago - Stars: 9 - Forks: 1

KarrLab/conv_opt

Python package for linear and quadratic programming

Language: Python - Size: 166 KB - Last synced at: 18 days ago - Pushed at: about 4 years ago - Stars: 9 - Forks: 2

LKolonias/Simplex-Method

Implementation of Simplex Algorithm and Branch & Bound Algorithm

Language: MATLAB - Size: 13.7 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 9 - Forks: 2

k9luo/LatentLinearCritiquingforConvRecSys

Official Code Framework of the paper "Latent Linear Critiquing for Conversational Recommender Systems"

Language: Python - Size: 10.7 KB - Last synced at: over 1 year ago - Pushed at: over 5 years ago - Stars: 9 - Forks: 3

NiMlr/linear-programming

MATLAB implementations of the simplex method, dual simplex method and sensitivity analysis.

Language: MATLAB - Size: 11.7 KB - Last synced at: almost 2 years ago - Pushed at: almost 6 years ago - Stars: 9 - Forks: 4

carlosgeos/free-money

Advantage gambling with sport betting bonuses

Language: AMPL - Size: 50.8 KB - Last synced at: 12 days ago - Pushed at: almost 6 years ago - Stars: 9 - Forks: 1

lanl-ansi/Katana.jl

A Cutting-Plane Based Solver for Convex NLPs

Language: Julia - Size: 110 KB - Last synced at: 3 months ago - Pushed at: almost 7 years ago - Stars: 9 - Forks: 2

jonls/python-qsoptex

Python (Cython) bindings for QSopt_ex

Language: Python - Size: 270 KB - Last synced at: 6 days ago - Pushed at: over 9 years ago - Stars: 9 - Forks: 3

nolan-h-hamilton/ROCCO

Robust Open Chromatin Detection via Convex Optimization: Multisample Consensus Peak Calling

Language: Python - Size: 189 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 8 - Forks: 0

opvious/sdk.py

Python optimization SDK

Language: Python - Size: 765 KB - Last synced at: about 9 hours ago - Pushed at: 7 months ago - Stars: 8 - Forks: 0

ritviyer/FPL-Team-Prediction

Fantasy Premier League prediction using Machine Learning

Language: Python - Size: 112 MB - Last synced at: 11 months ago - Pushed at: over 4 years ago - Stars: 8 - Forks: 3

dimgold/Factory_Planning

Factory Planning Optimization Project (2015)

Language: Python - Size: 585 KB - Last synced at: over 2 years ago - Pushed at: about 6 years ago - Stars: 8 - Forks: 3

madvorak/duality

Duality theory in linear optimization and its extensions

Language: Lean - Size: 11.4 MB - Last synced at: 1 day ago - Pushed at: 1 day ago - Stars: 7 - Forks: 0

fdabrandao/amplopt.streamlit.app

AMPL Modeling Tips with Streamlit

Language: Python - Size: 1.82 MB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 7 - Forks: 4

estellederrien/python-data-science

Produire, prédire et décider grâce aux solveurs Python et Excel, aux lois de probabilité mathématiques et au Machine Learning (Recherche opérationnelle)

Language: Jupyter Notebook - Size: 367 MB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 7 - Forks: 6

paulk-asert/groovy-constraint-programming

Three common programming paradigms or styles are the imperative (OO & procedural), functional, and logic (or constraint) styles. This repo shows examples of the latter using the Apache Groovy programming language and other (mostly JVM) languages which support this style of programming (often using libraries).

Language: Groovy - Size: 27.4 MB - Last synced at: 3 months ago - Pushed at: 7 months ago - Stars: 7 - Forks: 5

pooya-mohammadi/linear-programming

Linear Programming and Mixed-Integer Linear Programming with Python

Language: Python - Size: 1000 Bytes - Last synced at: 3 months ago - Pushed at: over 2 years ago - Stars: 7 - Forks: 0

sharyash81/Algorithm-Design

Algorithm design course in my forth semester of university

Language: C# - Size: 30.3 KB - Last synced at: 3 months ago - Pushed at: almost 3 years ago - Stars: 7 - Forks: 2

hipersys-team/arrow

[SIGCOMM 2021] ARROW: Restoration-Aware Traffic Engineering

Language: Julia - Size: 35 MB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 7 - Forks: 3

dassencio/sudoku

A Sudoku puzzle solver which models and solves the puzzle as an integer linear programming problem.

Language: Python - Size: 30.3 KB - Last synced at: almost 2 years ago - Pushed at: over 4 years ago - Stars: 7 - Forks: 0

aav-antonov/F2M

GPU fractional 2-matching Solver

Language: C++ - Size: 12.3 MB - Last synced at: 7 months ago - Pushed at: over 4 years ago - Stars: 7 - Forks: 0

dirkschumacher/ROI.plugin.cbc

ROI plugin for COIN-OR branch and cut (CBC) solver

Language: R - Size: 24.4 KB - Last synced at: 9 days ago - Pushed at: over 6 years ago - Stars: 7 - Forks: 3

kathleenwest/GENCO-Investment-Strategies-by-Simulation-for-Demand-Side-Role-for-Investments-and-Capacity-Adequacy

This project will present an applied and game-like approach to simulating the load growth, investment decisions by two types of generation technologies, demand-price responsiveness, and reliability, of a test-case power system. The simulation begins as a 9-bus system with existing generation (3 generators) and transmission lines (8 lines). System topology can be viewed in a figure throughout the game with the yearly generation and load at each bus. In addition, dynamic color-coding is used to highlight transmission lines that exceed MVA ratings and highlight bus voltages that violate any limits. The winning objective of the player company (you) is to maximize his profit. Reliability can be tracked by viewing the N-1 generator and line contingencies every year, but this does not influence profits. There are two generation technologies used: coal and gas turbine. Each technology will have a similar competitor in the simulation. The competitor can bring down the market price and reduce the player’s profits significantly. The clock starts at T=0 in the investment game with a historical record of past prices and projected prices based on lack of investment. As time moves forward in yearly increments, the load, prices, investment costs, and other variables are adjusted to that of the player’s performance. The player has the opportunity to study various profitable and unprofitable investment alternatives each year of the simulation. If he invests at the right location, and in the right planning year, his company can make windfall profits. Competitors randomly participate in adding extra generation in random areas of the system based on the competition level settings. The challenge for the user is to study the effects of his investment decisions on market prices, reliability, and his profitability.

Language: MATLAB - Size: 4.05 MB - Last synced at: 3 months ago - Pushed at: over 6 years ago - Stars: 7 - Forks: 4

tpawelski/graph-coloring-lp

Integer Linear Programming apraoch to solving applications of the graph coloring problem

Language: Python - Size: 55.7 KB - Last synced at: over 1 year ago - Pushed at: almost 7 years ago - Stars: 7 - Forks: 3

bhushan23/Convex-Optimization

Implementation of Convex Optimization algorithms

Language: Python - Size: 26.2 MB - Last synced at: over 2 years ago - Pushed at: almost 7 years ago - Stars: 7 - Forks: 3

HunterManhart/Scheduler

Integer Linear Scheduler for Firm-Student meetings over a day

Language: Python - Size: 8.79 KB - Last synced at: over 2 years ago - Pushed at: almost 7 years ago - Stars: 7 - Forks: 0

caiozanatelli/Simplex

An implementation for the Simplex algorithm for solving linear optimization problems. This approach covers both Primal and Dual Simplex.

Language: Python - Size: 310 KB - Last synced at: almost 2 years ago - Pushed at: about 7 years ago - Stars: 7 - Forks: 0

equaeghe/ecyglpki

Cython GLPK interface

Size: 802 KB - Last synced at: about 2 months ago - Pushed at: almost 8 years ago - Stars: 7 - Forks: 2

rasheedja/simplex-method

Implementation of the two-phase simplex method in exact rational arithmetic.

Language: Haskell - Size: 274 KB - Last synced at: 10 days ago - Pushed at: 10 days ago - Stars: 6 - Forks: 0

Pegah-Ardehkhani/Optimization-Problems-and-Solutions

A repository dedicated to the mathematical modeling and solution of optimization problems, featuring practical examples in Stochastic Programming, Linear Programming (LP), and Mixed-Integer Linear Programming (MILP)

Language: Jupyter Notebook - Size: 1.35 MB - Last synced at: 3 months ago - Pushed at: 7 months ago - Stars: 6 - Forks: 1

lillo42/cassowary-csharp

A C#implementation of the Cassowary constraint solving algorithm

Language: C# - Size: 95.7 KB - Last synced at: 18 days ago - Pushed at: about 1 year ago - Stars: 6 - Forks: 1

richi3f/candy-calc

A tool that calculates the optimum amount of Exp. Candy required for a Pokémon to reach a certain level

Language: HTML - Size: 154 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 6 - Forks: 4

greysonchung/Battery-Optimisation

This project aims to develop algorithms using linear programming to optimise the dispatch behaviour of a battery based in Victoria.

Language: Jupyter Notebook - Size: 8.48 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 6 - Forks: 0

mingcaixiao/ColumnGenerationForCutStockProblem

column generation implementation based on google or-tools for cutting stock problem

Language: Java - Size: 32.2 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 6 - Forks: 3

hishamcse/Data-Structures-and-Algorithms-Specialization

This repository contains all the solutions of assignments, starter files and other materials related to this specialization.

Language: Java - Size: 119 MB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 6 - Forks: 4

LDVSOFT/simplex-lp-solver

LP problem solver in Common Koltin, can be used in JS and JVM

Language: Kotlin - Size: 75.2 KB - Last synced at: 9 days ago - Pushed at: almost 7 years ago - Stars: 6 - Forks: 1

Quantum-Software-Development/Optimization-Simulation-MathModeling-LinearProgramming

Integrated Mathematics Projects - LOGISTICS, FINANCE, CREDIT, ENGINEERING, HEALTH AND OTHERS

Language: Jupyter Notebook - Size: 417 MB - Last synced at: 2 days ago - Pushed at: 3 days ago - Stars: 5 - Forks: 1

atraplet/clarabel4j

Clarabel Solver for Java

Language: Java - Size: 118 KB - Last synced at: 12 days ago - Pushed at: 12 days ago - Stars: 5 - Forks: 1

Related Topics
optimization 267 python 194 operations-research 92 optimization-algorithms 79 simplex-algorithm 78 mixed-integer-programming 76 integer-programming 70 simplex 63 simplex-method 47 convex-optimization 43 quadratic-programming 41 python3 41 cplex 40 linear-algebra 39 pulp 35 integer-linear-programming 32 gurobi 30 solver 29 interior-point-method 28 machine-learning 27 dynamic-programming 26 julia 26 r 24 mathematical-modelling 24 rust 23 linear-optimization 23 lp 23 cpp 22 mathematics 22 milp 21 java 20 operational-research 20 matlab 20 combinatorial-optimization 19 graph-algorithms 19 ampl 19 math 18 pyomo 18 gurobipy 18 glpk 18 algorithms 17 linear-regression 17 data-science 17 scipy 16 jupyter-notebook 16 numpy 16 constraint-programming 16 mathematical-programming 16 algorithm 14 game-theory 13 c 13 linear-programming-solver 13 conic-optimization 13 gradient-descent 12 semidefinite-programming 12 supply-chain-management 12 transportation-problem 12 conic-programs 12 pulp-library 12 supply-chain 12 branch-and-bound 12 mip 11 nonlinear-programming 11 greedy-algorithms 11 javascript 10 genetic-algorithm 10 tsp 10 data-visualization 10 simulation 10 julia-language 10 nonlinear-optimization 10 divide-and-conquer 9 optimisation 9 energy 9 mixed-integer-linear-programming 9 heuristics 9 game-theory-algorithms 9 knapsack-problem 9 non-linear-optimization 9 lpsolve 9 optimization-problem 8 flask 8 data-structures 8 mathematical-optimization 8 network-flow 8 neural-networks 7 sudoku-solver 7 reinforcement-learning 7 sudoku 7 pandas 7 scheduling 7 cplex-optimization-solver 7 value-iteration 7 modeling 7 deep-learning 7 cvxpy 7 tsp-problem 7 ortools 7 optimization-methods 7 parser 7