Skip to main content

Questions tagged [linearization]

For questions related to techniques for converting nonlinear expressions in optimization models into equivalent (or approximately equivalent) linear ones.

Filter by
Sorted by
Tagged with
5 votes
2 answers
151 views

I am working on convex optimization problems in network engineering that involve bilinear terms of the form $xy$. According to this resource, McCormick envelopes provide a convex relaxation for such ...
Tuong Nguyen Minh's user avatar
0 votes
0 answers
38 views

I’m working on an optimization problem that includes bilinear terms in the constraints. To make the problem solvable by a MILP solver, I’ve linearized these terms using McCormick envelopes. I’d like ...
عبد الله's user avatar
1 vote
1 answer
51 views

In a linear program need to constrain the percent change between two decision variables, $a,b$ where the percent change formula, relative to $b$ is $\frac{a-b}{b}$. I'm not sure that any arbitrary ...
jbuddy_13's user avatar
  • 521
1 vote
1 answer
82 views

I have the following problem. I have various non-linear functions in my mathematical model that I would like to approximate. Specifically, I have an exponential function and a sigmoidal function. $$e_{...
Karl Seidl's user avatar
0 votes
1 answer
81 views

I have the following problem. I am currently working on a scheduling problem in which I would like to incorporate learning effects. Specifically, this concerns the efficiency of human resources, which ...
Karl Seidl's user avatar
0 votes
2 answers
133 views

Assuming I have 100 variables $r_1 \dots r_{100}$ which can be positive or negative and I try to find the minimum of all of them in a MILP problem and bind that to a variable $y$. $$y = \min_{i \in \{...
worldsmithhelper's user avatar
0 votes
1 answer
134 views

I have $M$ warehouses $w_1, w_2, ..., w_m$ each with inventory on $N$ items. For example $w_1$ may have 3 of item_0, 2 of item_1, $k$ of item_n. How does one formulate each of the following objective ...
Quantoad's user avatar
1 vote
1 answer
96 views

I'm trying to model the scheduling of operations over a set of production assets considering uncertainty, individual costs and time dependent fixed operation costs ($c_f(t)$). Without exposing all the ...
motmot2910's user avatar
0 votes
0 answers
43 views

All logical operations acting can be expressed as IP constraints. But it's not obvious that just because one can build everything out of existing logical constraint and other linear constraints that ...
worldsmithhelper's user avatar
1 vote
0 answers
70 views

I am trying to enforce $x\in\mathbb{R}^n$ is proportional to $y\in\mathbb{R}^n$ using MILP. Is this possible?
jiyan ziwe's user avatar
1 vote
0 answers
116 views

I linearized this objective function where $w$ is an exogenous non-negative continuous var and $x$ is a binary decision variable. I end up using the big-M method multiple times and for smaller ...
Statsnoob's user avatar
2 votes
1 answer
144 views

I am trying to linearize the following logical expression without using any auxiliary binary variables, and I am interested in knowing if there is a way to do that. $$ (x = y) \implies (b = 1) $$ ...
A.Omidi's user avatar
  • 10k
0 votes
1 answer
95 views

After some ambiguities in my post yesterday, I try to clear some things up. I have a MILP scheduling model in which I want to incorporate learning effects. I have a variable $z_{ijk}$ that indicates ...
latzo2's user avatar
  • 19
2 votes
1 answer
213 views

I'm building a Pyomo assignment model for speakers at a conference. P speakers (each speaking only once at the conference), R rooms, T timeslots; with some constraints on speaker availability, some ...
Ralph Asher's user avatar
2 votes
0 answers
109 views

I understand that the standard answer to this is to model $x = 0 \implies y - \varepsilon \geq b$. To avoid numerical issues (I'm using this for computing reduced costs), I would like to have a ...
João Dionísio's user avatar

15 30 50 per page
1
2 3 4 5
20