Skip to content

This project implements operator splitting approach for convex problems in graph form with integer variables. Created mainly to support my scientific problem solution with large scale MILP.

Notifications You must be signed in to change notification settings

mi-volodin/OperatorSplittingOpt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OperatorSplittingOpt

This is an approach for implementation of Block Splitting algorithm (by Neal Parikh and Stephen Boyd). Currently it is an auxiliary project to support my scientific research, but who knows.

The problem is as follows:

fx + gy -> min

Ax = y

x in [xmin, xmax]

subset of x is integer

About

This project implements operator splitting approach for convex problems in graph form with integer variables. Created mainly to support my scientific problem solution with large scale MILP.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages