23
Computational Experience with Logmip Solving Linear and Nonlinear Disjunctive Programming Problems Aldo Vecchietti, INGAR – Instituto de Desarrollo y Diseño E-mail: [email protected] Ignacio E. Grossmann, Carnegie Mellon University, E-mail: [email protected] Alexander Meeraus, GAMS Development E-mail: [email protected]

Computational Experience with Logmip Solving Linear and ...Solving Linear and Nonlinear Disjunctive Programming Problems Aldo Vecchietti, INGAR – Instituto de Desarrollo y Diseño

  • Upload
    others

  • View
    6

  • Download
    0

Embed Size (px)

Citation preview

Page 1: Computational Experience with Logmip Solving Linear and ...Solving Linear and Nonlinear Disjunctive Programming Problems Aldo Vecchietti, INGAR – Instituto de Desarrollo y Diseño

Computational Experience with LogmipSolving Linear and Nonlinear

Disjunctive Programming Problems

Aldo Vecchietti, INGAR – Instituto de Desarrollo y DiseñoE-mail: [email protected]

Ignacio E. Grossmann, Carnegie Mellon University,E-mail: [email protected]

Alexander Meeraus, GAMS DevelopmentE-mail: [email protected]

Page 2: Computational Experience with Logmip Solving Linear and ...Solving Linear and Nonlinear Disjunctive Programming Problems Aldo Vecchietti, INGAR – Instituto de Desarrollo y Diseño

http://www.ceride.gov.ar/logmip/

Motivation

Modeling framework for facilitating the formulation of models that can be expressed in terms of algebraic, disjunctive and symbolic logic expressions

Language compiler within GAMS for disjunctions expressions, logic constraints and logic propositions.

Solution algorithms and techniques for solving linear /nonlinear disjunctive programming problems.

Page 3: Computational Experience with Logmip Solving Linear and ...Solving Linear and Nonlinear Disjunctive Programming Problems Aldo Vecchietti, INGAR – Instituto de Desarrollo y Diseño

Generalized Disjunctive Programming (GDP)

( )

Ω

,0)(

0)(

)(min

1

falsetrue,YRc,Rx

trueY

K k γc

xgY

Jj

xs.t. r

xfc Z

jk

k

n

jkk

jk

jk

k

kk

∈∈∈

=

∈⎥⎥⎥

⎢⎢⎢

=≤

∑ +=

• Raman and Grossmann (1994)

Objective Function

Common Constraints

Disjunction

Fixed Charges

Continuous Variables

Boolean Variables

Logic Propositions

OR operator Constraints

Relaxation?

Page 4: Computational Experience with Logmip Solving Linear and ...Solving Linear and Nonlinear Disjunctive Programming Problems Aldo Vecchietti, INGAR – Instituto de Desarrollo y Diseño

Big-M MINLP (BM)

• MINLP reformulation of GDP

1,0,0

,1 ,, )1()(

0)( ..

)( min

∈≥≤

∈∑ =∈∈−≤

+∑∑=

∈ ∈

jk

Jjjk

kjkjkjk

Kk Jjjkjk

yxa Ay

KkyK kJjyMxg

xrts

xfyZ

k

k

γ

Big-M Parameter

Logic constraints

NLP Relaxation 10 ≤≤ jky

Page 5: Computational Experience with Logmip Solving Linear and ...Solving Linear and Nonlinear Disjunctive Programming Problems Aldo Vecchietti, INGAR – Instituto de Desarrollo y Diseño

Convex Hull Formulation

• Consider Disjunction k ∈ K( ) 0

k

jk

jkj J

jk

Y

g x

c γ∈

⎡ ⎤⎢ ⎥

≤⎢ ⎥⎢ ⎥=⎢ ⎥⎣ ⎦

Theorem: Convex Hull of Disjunction k (Lee, Grossmann, 2000)Disaggregated variables ν j

λj - weights for linear combination

, 0)/(

1,0 ,1

,0

, ,|),(

kjk

jk

jkjk

jkJj

jk

kjkjk

jk

Jjjkjk

Jj

jk

Jjvg

JjUv

cvxcx

k

k

∈≤

≤<=∑

∈≤≤

∑=∑=

∈∈

λλ

λλ

λ

γλ

Convex Constraints

- Generalization of Stubbs and Mehrotra (1999)

=>

Page 6: Computational Experience with Logmip Solving Linear and ...Solving Linear and Nonlinear Disjunctive Programming Problems Aldo Vecchietti, INGAR – Instituto de Desarrollo y Diseño

Convex Relaxation Problem (CRP)

Logic constraints

, ,10 ,0 ,

, ,0)/(

, 1

, ,0

,

0)( ..

)( min

Kk JjxaA

Kk Jjg

Kk

Kk JjU

Kk x

xrts

xfZ

kjk

jk

kjk

jk

jkjk

Jjjk

kjkjk

jk

Jj

jk

Kk Jjjkjk

k

k

k

∈∈≤≤≥≤

∈∈≤

∈=∑

∈∈≤≤

∈∑=

+∑ ∑=

∈ ∈

λλ

λλ

λ

λ

λγ

ν

ν

ν

ν

Convex HullFormulation

CRP:

Property: The NLP (CRP) yields a lower bound to optimum of (GDP).

Remark: MINLP reformulation by setting 0,1jkλ =

Page 7: Computational Experience with Logmip Solving Linear and ...Solving Linear and Nonlinear Disjunctive Programming Problems Aldo Vecchietti, INGAR – Instituto de Desarrollo y Diseño

Big-M MINLP (BM)Theorem: The relaxation of (CRP) yields a lower bound that is greater than or equal to the lower bound that is obtained from the relaxation of problem (BM):

10,0

,1 , )1()(

0)( ..

)( min

≤≤≥≤

∈∑ =∈∈−≤

+∑∑=

∈ ∈

jk

Jjjk

kjkjkjk

Kk Jjjkjk

yxa Ay

KkyK kJjyMxg

xrts

xfyZ

k

k

γRBM:

Page 8: Computational Experience with Logmip Solving Linear and ...Solving Linear and Nonlinear Disjunctive Programming Problems Aldo Vecchietti, INGAR – Instituto de Desarrollo y Diseño

Methods Generalized Disjunctive Programming

GDP

Logic based methods

Branch and bound(Lee & Grossmann, 2000)

DecompositionOuter-ApproximationGeneralized Benders

(Turkay & Grossmann, 1997)

Reformulation MI(N)LPOuter-ApproximationGeneralized Benders

Extended Cutting Plane

Convex-hull Big-MCutting plane

(Sawaya & Grossmann, 2004)

LogMIP

Page 9: Computational Experience with Logmip Solving Linear and ...Solving Linear and Nonlinear Disjunctive Programming Problems Aldo Vecchietti, INGAR – Instituto de Desarrollo y Diseño

LogMIP Language Syntax

Notation Symbol Meaning< > The phrase enclosed is a syntactic ruleWord Token[] Optional expression Expression that can be repeated( ) Expression enclosed can be grouped::= Define like| OR

Properties of LogMIP language• Simple syntax• Semantic close to disjunction expression to

model blocks, exclusive between them• The syntax must be known for a regular user• The syntax construction must allow the

definition of embeded disjunctions

Rules describing LogMIP syntax<LOGMIP Model> ::=

<Disjunction Declaration> ; <LogMIP Model>| <Disjunction Definition> ; <LogMIP Model>

;<Disjunction Declaration> ::=

disjunction identifier , identifier ;;

<Disjunction Definition> ::=disjunction identifier is <If Sentence>

;

<If Sentence> ::=if <condition> then <components> else

<components> end if ;| if <condition> then <components> elsif

<condition> then <components> end if;

<components> ::=entity ; entity [; <If Sentence>]

;

Page 10: Computational Experience with Logmip Solving Linear and ...Solving Linear and Nonlinear Disjunctive Programming Problems Aldo Vecchietti, INGAR – Instituto de Desarrollo y Diseño

Examples

Modeling two terms disjunction⎥⎦

⎤⎢⎣

⎡∨⎥⎦

⎤⎢⎣

⎡ 2Constraint

se Fal

1 ConstraintTrue

IF (condition1) THENConstraints to be considered when condition1 is True

ELSEConstraints to be considered when condition1 is False

END IF

⎥⎦

⎤⎢⎣

⎡∨∨⎥⎦

⎤⎢⎣

⎡∨⎥⎦

⎤⎢⎣

⎡N sConstraint

N ..

2sConstraint 2

1 sConstraint

1 Modeling a multi-termdisjunction

IF (condition1) THENConstraints to be considered when condition1 is True

ELSIF (condition2) THENConstraints to be considered when condition1 is True

ELSIF (condition3) THEN...

ELSIF (conditionN) THENConstraints to be considered when condition1 is True

END IF

Page 11: Computational Experience with Logmip Solving Linear and ...Solving Linear and Nonlinear Disjunctive Programming Problems Aldo Vecchietti, INGAR – Instituto de Desarrollo y Diseño

Small Example

1 2

1 2

1 2 2

3 3

1 2 1

1 2 3

2 3

1 2

j

min c 2x xs.a.:

Y Yx x 2 0 2 x 0

c 5 c 7

Y Yx x 1 x 0

Y Y Y (Y Y )

0 x 5, 0 x 5, c 0

Y true,false,j

+ +

⎡ ⎤ ⎡ ⎤⎢ ⎥ ⎢ ⎥− + + ≤ ∨ − ≤⎢ ⎥ ⎢ ⎥⎢ ⎥ ⎢ ⎥= =⎣ ⎦ ⎣ ⎦

¬⎡ ⎤ ⎡ ⎤∨⎢ ⎥ ⎢ ⎥− ≤ =⎣ ⎦ ⎣ ⎦

∧ ¬ ⇒ ¬¬ ∧

≤ ≤ ≤ ≤ ≥

∈ 1,2,3

=

Page 12: Computational Experience with Logmip Solving Linear and ...Solving Linear and Nonlinear Disjunctive Programming Problems Aldo Vecchietti, INGAR – Instituto de Desarrollo y Diseño

Small Example

$ONTEXT BEGIN LOGMIP

DISJUNCTION D1, D2;D1 ISIF Y('1') THEN

EQUAT1;EQUAT2;

ELSIF Y('2') THENEQUAT3;EQUAT4;

ENDIF;D2 ISIF Y('3') THEN

EQUAT5;ELSE

EQUAT6;ENDIF;Y('1') and not Y('2') -> not Y('3');Y('2') -> not Y('3') ;Y('3') -> not Y('2') ;

$OFFTEXT END LOGMIPOPTION MIP=LOGMIPM;MODEL PEQUE /ALL/;SOLVE PEQUE USING MIP MINIMIZING Z;

SET I /1*3/;SET J /1*2/;BINARY VARIABLES Y(I);POSITIVE VARIABLES X(J), C;VARIABLE Z;EQUATIONS EQUAT1, EQUAT2, EQUAT3, EQUAT4, EQUAT5, EQUAT6,

DUMMY, OBJECTIVE;

EQUAT1.. X('2')- X('1') + 2 =L= 0;EQUAT2.. C =E= 5;EQUAT3.. 2 - X('2') =L= 0;EQUAT4.. C =E= 7;EQUAT5.. X('1')-X('2') =L= 1;EQUAT6.. X('1') =E= 0;DUMMY.. SUM(I, Y(I)) =G= 0;

OBJECTIVE.. Z =E= C + 2*X('1') + X('2');X.UP(J)=20;C.UP=7;

Page 13: Computational Experience with Logmip Solving Linear and ...Solving Linear and Nonlinear Disjunctive Programming Problems Aldo Vecchietti, INGAR – Instituto de Desarrollo y Diseño

LogMIP

Recent developments-Disjunctions specified with IF Then ELSE statementsDISJUNCTION D1(I,K,J);D1(I,K,J)

with (L(I,K,J)) ISIF Y(I,K,J) THEN

NOCLASH1(I,K,J);ELSE

NOCLASH2(I,K,J);ENDIF;

-Logic can be specified in symbolic form (⇒, OR, AND, NOT )or special operators (ATMOST, ATLEAST, EXACTLY)

-Linear case: MILP reformulation big-M, convex hull-Nonlinear: Logic-based OA

Page 14: Computational Experience with Logmip Solving Linear and ...Solving Linear and Nonlinear Disjunctive Programming Problems Aldo Vecchietti, INGAR – Instituto de Desarrollo y Diseño

LogMIP Compiler Architecture

ParserLexerModel

ComposerLogic

Extractor

LogMIPSolver

LogMIPSymbolTable

ErrorsManager

MBL Compiler

InputFile

Solution

SemanticAnalizer

LogMIP Compiler

Filter

Pipe

Page 15: Computational Experience with Logmip Solving Linear and ...Solving Linear and Nonlinear Disjunctive Programming Problems Aldo Vecchietti, INGAR – Instituto de Desarrollo y Diseño

Strip-packing Problem

Problem statement: Hifi (1998)- Given a set of small rectangles with width wi and length li.- Large rectangular strip of fixed width W and unknown length L.- Objective is to fit small rectangles onto strip without overlap and rotation while

minimizing length L of the strip.

y

xL = ?

W

(0,0)

Set of small rectangles

ij

ji

j

(xi,yi)

j

Page 16: Computational Experience with Logmip Solving Linear and ...Solving Linear and Nonlinear Disjunctive Programming Problems Aldo Vecchietti, INGAR – Instituto de Desarrollo y Diseño

GDP Model ForStrip-packing Problem

. . i i

Min ltst lt x L≥ +

1 2 3 4

, ,

ij ij ij ij

i i j j j i i i j j j i

i i i

i N

Y Y Y Yi j N i j

x L x x L x y H y y H y

x UB L

∀ ∈

⎡ ⎤ ⎡ ⎤ ⎡ ⎤ ⎡ ⎤∨ ∨ ∨ ∀ ∈ <⎢ ⎥ ⎢ ⎥ ⎢ ⎥ ⎢ ⎥

+ ≤ + ≤ − ≥ − ≥⎢ ⎥ ⎢ ⎥ ⎢ ⎥ ⎢ ⎥⎣ ⎦ ⎣ ⎦ ⎣ ⎦ ⎣ ⎦≤ −

i i

i NH y W i N

∀ ∈≤ ≤ ∀ ∈

1 1 2 3 4

, , , , , , , , , i i ij ij ij ijlt x y Y Y Y Y True False i j N i j+∈ ∈ ∀ ∈ <R

Objective functionMinimize length

Disjunctive constraintsNo overlap between rectangles

Bounds on variables

Page 17: Computational Experience with Logmip Solving Linear and ...Solving Linear and Nonlinear Disjunctive Programming Problems Aldo Vecchietti, INGAR – Instituto de Desarrollo y Diseño

Zero-wait Job-shop Scheduling Problem

Problem Statement: Raman R. & Grossmann I.E. (1994)- Set of jobs i ∈ I must be processed sequentially on a set of consecutive

stages j ∈ J.· All jobs can be sequenced on a subset of stages j ∈ J(i).· Zero-wait transfer is assumed between stages.

- Objective is to obtain a schedule that minimizes makespan.

Stage 1

Stage 2

Stage 3

A

A

B

B

B

Page 18: Computational Experience with Logmip Solving Linear and ...Solving Linear and Nonlinear Disjunctive Programming Problems Aldo Vecchietti, INGAR – Instituto de Desarrollo y Diseño

GDP Model ForZero-wait Job-shop Scheduling Problem

( )

. . i ijj J i

Min ms

st ms t TAU i I∀∈

≥ + ∀ ∈∑1 2

( ) ( ) ( ) ( )

1

, , ,

,

ik ik

iki im k km k km i imm J i m J k m J k m J i

m j m j m j m j

i

Y Yj C i k I i kt TAU t TAU t TAU t TAU

ms t

∀ ∈ ∀ ∈ ∀ ∈ ∀ ∈≤ < ≤ <

+

⎡ ⎤ ⎡ ⎤⎢ ⎥ ⎢ ⎥

∨ ∀ ∈ ∀ ∈ <+ ≤ + + ≤ +⎢ ⎥ ⎢ ⎥⎢ ⎥ ⎢ ⎥⎣ ⎦ ⎣ ⎦

∑ ∑ ∑ ∑

R 1 2, , , , , ik ikY Y True False i k I i k∈ ∀ ∈ <

Disjunctive constraintsNo clashes between jobs

Objective functionMinimize makespan

Page 19: Computational Experience with Logmip Solving Linear and ...Solving Linear and Nonlinear Disjunctive Programming Problems Aldo Vecchietti, INGAR – Instituto de Desarrollo y Diseño

Retrofit Planning Problem

Problem Statement: Jackson J. & Grossmann I.E. (2002)- Retrofit: Redesign of existing plant.

· Improvements such as higher yield, increased capacity, energy reduction.- Objective is to identify modifications that maximize economic potential, given time

horizon and limited capital investments.

Plant-wide energy reduction

Increase capacity

Process 3

Process 1

Process 2

A

B

C

D

E

No modifications

Increase conversion and capacity

Page 20: Computational Experience with Logmip Solving Linear and ...Solving Linear and Nonlinear Disjunctive Programming Problems Aldo Vecchietti, INGAR – Instituto de Desarrollo y Diseño

GDP Model For Retrofit Planning Problem Objective function

Maximize economic potential

Common constraintsMass balances

Disjunctive constraintsConversion/Capacity scenarios

Disjunctive constraintsEnergy reduction scenarios

Common constraint Investment limit

Logic constraintsConnect disjunctions

. . ,

p r o d r a w

t t t t t ts s s s

t T s S t T s S t T t T

t tp

t T p P t T

t ts s s

M in P R m f P R m f P R S T q s t P R W T q w t

fc e c

s t m f f M W s S

∀ ∈ ∀ ∈ ∀ ∈ ∀ ∈ ∀ ∈ ∀ ∈

∀ ∈ ∀ ∈ ∀ ∈

− − −

− −

= ∀ ∈

∑ ∑ ∑ ∑ ∑ ∑

∑ ∑ ∑

,

t ts s p r o d

t ts s

t T

m f D E M s S t T

m f S U P

∀ ∈

≥ ∀ ∈ ∀ ∈

≤ ,

, n nin o u t

r a w

t ts s

s S s S

s S t T

m f m f n N t T∀ ∈ ∀ ∈

∀ ∈ ∀ ∈

= ∀ ∈ ∀ ∈∑ ∑

,

( )

p pin o u t

p m

lm t

lm t

p in

t t ts s p

s S s S

t

tt t ts

s p p mm M p

t ts p m

s S

m f m f u n r c t p P t T

Y

G M Af f E T AG M A

m f C A P

∀ ∈ ∀ ∈

∀ ∈

∀ ∈

= + ∀ ∈ ∀ ∈

⎡ ⎤⎢ ⎥⎢⎢

=⎢⎢⎢

≤⎢⎢⎣ ⎦

∑ ∑

∨∑

, ,

,

(

o u t

p m

o u t ik

p

t

t tm M p p m

t t ts k s s s s

s S p P t T

Wp P t T

fc F C

q m f C P T T

∀ ∈

⎥⎥

∀ ∈ ∀ ∈ ∀ ∈⎥⎥⎥⎥⎥

⎡ ⎤∀ ∈ ∀ ∈⎢ ⎥

=⎢ ⎥⎣ ⎦= −

1

) , ,

( ) , , n k

in o u tk k

c o ld

tc o ld

t t t ts k s s s s h o t

t

t ts k

k K s S

t

s S k K t T

q m f C P T T s S k K t T

X

q s t q

q w t

∀ ∈ ∀ ∈

∀ ∈ ∀ ∈ ∀ ∈

= − ∀ ∈ ∀ ∈ ∀ ∈

= ∑ ∑

2

1

1 2

1 2

,

k k

h o t c o ld

k

kh o t

t

t t t t t tk k s k s k

s S s S

t t

k Kt

t t ts kKk K s S

k K

t t

t t t t

X

r r q s t q w t q q

k K t Tq s t q s t

q q w t r q w t

V V

e c E F C e c E F C

−∀ ∈ ∀ ∈

∀ ∈

∀ ∈ ∀ ∈∀ ∈

⎡ ⎤⎡ ⎤⎢ ⎥⎢ ⎥ − − + = −⎢ ⎥⎢ ⎥⎢ ⎥⎢ ⎥⎢ ⎥∨ ∀ ∈ ∀ ∈⎢ ⎥ =⎢ ⎥⎢ ⎥⎢ ⎥⎢ ⎥⎢ ⎥=⎢ ⎥ = +⎢ ⎥⎢ ⎥⎣ ⎦ ⎣ ⎦

⎡ ⎤ ⎡∨⎢ ⎥ ⎢

= =⎢ ⎥⎣ ⎦ ⎣

∑ ∑∑

∑ ∑ ∑

r a w

t t t t t t tp s s

p P s S

t T

fc e c P R m f P R S T q s t P R W T q w t I N V t T∀ ∈ ∀ ∈

⎤∀ ∈⎥

⎢ ⎥⎦

+ + + + ≤ ∀ ∈∑ ∑

1

1

1

, , \

, , \

pm pm

pm p

p

t

tt t

t

Y Y p P t T m M m

W W p P t T m M m

Y

τ

τ

τ

>

→ ∧ ∀ ∈ ∀ ∈ ∀ ∈

→ ∧ ∀ ∈ ∀ ∈ ∀ ∈

1 1

1

,

, , \

p

pm pm pm

t t

t t

t

W p P t T

Y Y W p P t T m M mτ

τ <

→ ∀ ∈ ∀ ∈

∧ ¬ → ∀ ∈ ∀ ∈ ∀ ∈

1

1

1

, \

, \

j j

j

t

tt t

t

X X t T j J j

V V t T j J j

τ

τ

τ

>

→ ∧ ∀ ∈ ∀ ∈

→ ∧ ∀ ∈ ∀ ∈

1 1

j j j

t t

t t

t

X V t T

X X Vτ

τ <

→ ∀ ∈

∧ ¬ → 1

1

, \

, , t ts s

t T j J j

mf f s S t T+

∀ ∈ ∀ ∈

∈ ∀ ∈ ∀ ∈R1

,

1

, , ,

t t tlmt p p p

tsk

f unrct fc p P t T

q+

+

∈ ∀ ∈ ∀ ∈

R

R1

, ,

, ,

, ,k k

t t t

t t tk

s S k K t T

qst qwt ec t T

qst qwt r+

∀ ∈ ∀ ∈ ∀ ∈

∈ ∀ ∈

R1 ,

, , , ,pm pmt t

k K t T

Y W True False p P t T m M+ ∀ ∈ ∀ ∈

∈ ∀ ∈ ∀ ∈ ∀ ∈

R

, , , j jt tX V True False j J t T

∈ ∀ ∈ ∀ ∈

Page 21: Computational Experience with Logmip Solving Linear and ...Solving Linear and Nonlinear Disjunctive Programming Problems Aldo Vecchietti, INGAR – Instituto de Desarrollo y Diseño

Computational Results

Linear Disjunctive Problems

Performance of big-M and Convex Hull (CH) is problem dependent

Problem # disc. var.

# var. # Equat

.

CPU BigM (sec.)

iter. BigM nodes BigM

CPU CH

(sec.)

iter CH

nodes CH

cut-1 24 34 30 0.05 64 32 0.11 92 0

cut-2 180 202 236 7.19 29,196 4673 43.78 44,434 873

jobshop-1 12 21 13 0.05 5 0 0.001 9 0

jobshop-2 245 253 78 0.16 341 86 0.93 2155 200

jobshop-3 320 319 219 3.57 10,034 2209 154.45 207,605 20,600

jobshop-4 125 131 106 0.11 288 55 2.25 3035 299

retrofit 72 160 211 0.72 1449 136 0.11 122 0

retrofitNS 336 1685 2935 1810.11 6,995,748 494,291 2.08 3019 18

pipeline 387 1640 3385 327.52 89,820 13,657 940.65 420,574 23,750

CPLEX 7.5

Page 22: Computational Experience with Logmip Solving Linear and ...Solving Linear and Nonlinear Disjunctive Programming Problems Aldo Vecchietti, INGAR – Instituto de Desarrollo y Diseño

Computational Results

Nonlinear Disjunctive Problems

Problem # disc. var.

# var. # Equat.

# nlp initial.

#nlp total

# master

CPU master (sec.)

CPU nlp(sec.)

8 processes 8 42 70 3 4 1 1.2 0.22batch-design 54 113 217 1 2 2 0.82 0.18spectroscopy 30 99 162 1 14 14 1.71 0.74methanol 17 310 557 2 5 3 0.55 1.27

Logic-based Outer-Approximation (CPLEX 7.5/CONOPT)

Page 23: Computational Experience with Logmip Solving Linear and ...Solving Linear and Nonlinear Disjunctive Programming Problems Aldo Vecchietti, INGAR – Instituto de Desarrollo y Diseño

Conclusions

1. LogMIP provides unique capability for formulating and solving discrete/continuous optimization problems (GDPs) in GAMS environment:

- Handling disjunctions- Handling symbolic logic propositions

2. Numerical results show following:- For linear GDPs performance of big-M and convex hull is problem dependent

- For nonlinear GDPs robustness increased with logic-based outer-approximation

3. Future work:- Extend big-M and convex hull reformulation to nonlinear GDPs- Branch and bound for linear and nonlinear GDPs

LogMIP can be downloaded from http://www.ceride.gov.ar/logmip/