JuliaOpt/MathOptInterfaceBridges.jl

Name: MathOptInterfaceBridges.jl

Owner: JuliaOpt

Description: Constraint Bridges for MathOptInterface

Created: 2017-07-20 10:37:22.0

Updated: 2018-04-17 15:47:02.0

Pushed: 2018-04-17 15:47:00.0

Homepage:

Size: 240

Language: Julia

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

MathOptInterfaceBridges

| Build Status | |:—————-:| | Build Status Build Status | | Coveralls branch Codecov branch |

Constraint Bridges for packages which build on-top-of MathOptInterface (such as JuMP).

For example, with the SplitIntervalBridge, one can create an optimizer layer bridging the constraints ScalarAffineFunction-in-Interval as follows:

t MOIB = MathOptInterfaceBridges
dge SplitInterval MOIB.SplitIntervalBridge () (Interval,) () () () (ScalarAffineFunction,) () ()

Given an optimizer optimizer implementing ScalarAffineFunction-in-GreaterThan and ScalarAffineFunction-in-LessThan, the optimizer

gedoptimizer = SplitInterval(optimizer)

will additionally support ScalarAffineFunction-in-Interval.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.