Skip to content
forked from rap2363/milp

Mixed Integer Linear Programming (MILP) Solver in Java

Notifications You must be signed in to change notification settings

Amuwa/milp_java

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 

Repository files navigation

Mixed Integer Linear Programming (MILP) Solver

This repository contains a MILP that can solve optimization problems of the form:

min cTx

s.t. Ax <= b, xi are integers

where c and x are vectors in Rn, b is a vector in Rm, and A is a Rmxn matrix.

About

Mixed Integer Linear Programming (MILP) Solver in Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%