How to determine the convexity of my problem and categorize it?Solving ATSP problem for large-scale problemWhat is the connection of Operations Research and Reinforcement Learning?How to determine if a given problem seems to be a good fit to be solved using combinatorial Benders decompositionHow to handle real-world (soft) constraints in an optimization problem?Bound on the number of constraints to be generated (lazy constraints)How can I linearize or convexify this binary quadratic optimization problem?How to formulate this scheduling problem efficiently?What is a “hard problem” in the context of Mixed-integer programming?
Is "survival" paracord with fire starter strand dangerous
In what language did Túrin converse with Mím?
Is it recommended to point out a professor's mistake during their lecture?
Why did the population of Bhutan drop by 70% between 2007 and 2008?
Was a six-engine 747 ever seriously considered by Boeing?
How do I portray irrational anger in first person?
Is there an in-universe explanation given to the senior Imperial Navy Officers as to why Darth Vader serves Emperor Palpatine?
Can I lend a small amount of my own money to a bank at the federal funds rate?
Why does `buck` mean `step-down`?
Count the number of triangles
Get contents before a colon
Old scifi book featuring krakens attacking humans
How can I throw a body?
Can two aircraft stay on the same runway at the same time?
Necessity of tenure for lifetime academic research
Is this position a forced win for Black after move 14?
Normalized Malbolge to Malbolge translator
Do multi-engine jets need all engines with equal age to reduce asymmetry in thrust and fuel consumption arising out of deterioration?
How can I reply to coworkers who accuse me of automating people out of work?
Why does this London Underground poster from 1924 have a Star of David atop a Christmas tree?
Heat output from a 200W electric radiator?
How did medieval manors handle population growth? Was there room for more fields to be ploughed?
What is the purpose of Strength, Intelligence and Dexterity in Path of Exile?
Are spot colors limited and why CMYK mix is not treated same as spot color mix?
How to determine the convexity of my problem and categorize it?
Solving ATSP problem for large-scale problemWhat is the connection of Operations Research and Reinforcement Learning?How to determine if a given problem seems to be a good fit to be solved using combinatorial Benders decompositionHow to handle real-world (soft) constraints in an optimization problem?Bound on the number of constraints to be generated (lazy constraints)How can I linearize or convexify this binary quadratic optimization problem?How to formulate this scheduling problem efficiently?What is a “hard problem” in the context of Mixed-integer programming?
$begingroup$
My problem is:
beginalignminlimits_x_ijqquad&sum_iin Nsum_jin Mfracx_ijC_j-sumlimits_iin N x_ija_i\texts.t.qquad&0<C_j-sum_iin N x_ija_i\qquad&sum_jin M x_ij=1\qquad&x_ijin[0,1]\quad&sum_jin Mfracx_ijC_j-sumlimits_iin N x_ija_i le d_i,forall iin Nendalign
It is worth mentioning that the third constraint indicates the range and $x_ij$ isn't binary. As I calculated the Hessian of my objective function, I understood that the sign of matrix elements is dependent on $x_ij$ and $C_j-sumlimits_iin N x_ija_i$ which are always positive or zero.
- Due to this, can I conclude that my problem is convex?
- If the answer is yes, what class of convex problems does it belong to? (conic, geometric, etc.) and if no what is the type of problem?
optimization convexity
New contributor
Benyamin T is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
$endgroup$
add a comment |
$begingroup$
My problem is:
beginalignminlimits_x_ijqquad&sum_iin Nsum_jin Mfracx_ijC_j-sumlimits_iin N x_ija_i\texts.t.qquad&0<C_j-sum_iin N x_ija_i\qquad&sum_jin M x_ij=1\qquad&x_ijin[0,1]\quad&sum_jin Mfracx_ijC_j-sumlimits_iin N x_ija_i le d_i,forall iin Nendalign
It is worth mentioning that the third constraint indicates the range and $x_ij$ isn't binary. As I calculated the Hessian of my objective function, I understood that the sign of matrix elements is dependent on $x_ij$ and $C_j-sumlimits_iin N x_ija_i$ which are always positive or zero.
- Due to this, can I conclude that my problem is convex?
- If the answer is yes, what class of convex problems does it belong to? (conic, geometric, etc.) and if no what is the type of problem?
optimization convexity
New contributor
Benyamin T is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
$endgroup$
2
$begingroup$
You are using $i$ in three different and conflicting ways: as an outer summation index, an inner summation index, and a constraint index.
$endgroup$
– Rob Pratt
7 hours ago
$begingroup$
Your last constraint sums over $i$ on the left but has a RHS indexed by $i$. This cannot be parsed.
$endgroup$
– prubin
1 hour ago
$begingroup$
@prubin Thanks, I corrected it.
$endgroup$
– Benyamin T
52 mins ago
add a comment |
$begingroup$
My problem is:
beginalignminlimits_x_ijqquad&sum_iin Nsum_jin Mfracx_ijC_j-sumlimits_iin N x_ija_i\texts.t.qquad&0<C_j-sum_iin N x_ija_i\qquad&sum_jin M x_ij=1\qquad&x_ijin[0,1]\quad&sum_jin Mfracx_ijC_j-sumlimits_iin N x_ija_i le d_i,forall iin Nendalign
It is worth mentioning that the third constraint indicates the range and $x_ij$ isn't binary. As I calculated the Hessian of my objective function, I understood that the sign of matrix elements is dependent on $x_ij$ and $C_j-sumlimits_iin N x_ija_i$ which are always positive or zero.
- Due to this, can I conclude that my problem is convex?
- If the answer is yes, what class of convex problems does it belong to? (conic, geometric, etc.) and if no what is the type of problem?
optimization convexity
New contributor
Benyamin T is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
$endgroup$
My problem is:
beginalignminlimits_x_ijqquad&sum_iin Nsum_jin Mfracx_ijC_j-sumlimits_iin N x_ija_i\texts.t.qquad&0<C_j-sum_iin N x_ija_i\qquad&sum_jin M x_ij=1\qquad&x_ijin[0,1]\quad&sum_jin Mfracx_ijC_j-sumlimits_iin N x_ija_i le d_i,forall iin Nendalign
It is worth mentioning that the third constraint indicates the range and $x_ij$ isn't binary. As I calculated the Hessian of my objective function, I understood that the sign of matrix elements is dependent on $x_ij$ and $C_j-sumlimits_iin N x_ija_i$ which are always positive or zero.
- Due to this, can I conclude that my problem is convex?
- If the answer is yes, what class of convex problems does it belong to? (conic, geometric, etc.) and if no what is the type of problem?
optimization convexity
optimization convexity
New contributor
Benyamin T is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Benyamin T is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
edited 53 mins ago
Benyamin T
New contributor
Benyamin T is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked 8 hours ago
Benyamin TBenyamin T
285 bronze badges
285 bronze badges
New contributor
Benyamin T is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Benyamin T is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
2
$begingroup$
You are using $i$ in three different and conflicting ways: as an outer summation index, an inner summation index, and a constraint index.
$endgroup$
– Rob Pratt
7 hours ago
$begingroup$
Your last constraint sums over $i$ on the left but has a RHS indexed by $i$. This cannot be parsed.
$endgroup$
– prubin
1 hour ago
$begingroup$
@prubin Thanks, I corrected it.
$endgroup$
– Benyamin T
52 mins ago
add a comment |
2
$begingroup$
You are using $i$ in three different and conflicting ways: as an outer summation index, an inner summation index, and a constraint index.
$endgroup$
– Rob Pratt
7 hours ago
$begingroup$
Your last constraint sums over $i$ on the left but has a RHS indexed by $i$. This cannot be parsed.
$endgroup$
– prubin
1 hour ago
$begingroup$
@prubin Thanks, I corrected it.
$endgroup$
– Benyamin T
52 mins ago
2
2
$begingroup$
You are using $i$ in three different and conflicting ways: as an outer summation index, an inner summation index, and a constraint index.
$endgroup$
– Rob Pratt
7 hours ago
$begingroup$
You are using $i$ in three different and conflicting ways: as an outer summation index, an inner summation index, and a constraint index.
$endgroup$
– Rob Pratt
7 hours ago
$begingroup$
Your last constraint sums over $i$ on the left but has a RHS indexed by $i$. This cannot be parsed.
$endgroup$
– prubin
1 hour ago
$begingroup$
Your last constraint sums over $i$ on the left but has a RHS indexed by $i$. This cannot be parsed.
$endgroup$
– prubin
1 hour ago
$begingroup$
@prubin Thanks, I corrected it.
$endgroup$
– Benyamin T
52 mins ago
$begingroup$
@prubin Thanks, I corrected it.
$endgroup$
– Benyamin T
52 mins ago
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
This is a Linear-Fractional Programming problem.
It can be transformed to a Linear Programming problem as shown in section 4.3.2 "Linear-fractional programming" of "Convex Optimization" by Boyd and Vandenberghe
$endgroup$
1
$begingroup$
Just to be clear, the stated problem is actually a generalization of the linear-fractional problem in which there is a linear sun of fractions (sum wiith respect to j). So the transformation in the linked section will have to be applied using new variables, and applied separately, for each fraction (each value of j) in the sum. Everything still works out.
$endgroup$
– Mark L. Stone
7 hours ago
$begingroup$
Thanks for your helpful answer.
$endgroup$
– Benyamin T
51 mins ago
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "700"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Benyamin T is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2for.stackexchange.com%2fquestions%2f1417%2fhow-to-determine-the-convexity-of-my-problem-and-categorize-it%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
This is a Linear-Fractional Programming problem.
It can be transformed to a Linear Programming problem as shown in section 4.3.2 "Linear-fractional programming" of "Convex Optimization" by Boyd and Vandenberghe
$endgroup$
1
$begingroup$
Just to be clear, the stated problem is actually a generalization of the linear-fractional problem in which there is a linear sun of fractions (sum wiith respect to j). So the transformation in the linked section will have to be applied using new variables, and applied separately, for each fraction (each value of j) in the sum. Everything still works out.
$endgroup$
– Mark L. Stone
7 hours ago
$begingroup$
Thanks for your helpful answer.
$endgroup$
– Benyamin T
51 mins ago
add a comment |
$begingroup$
This is a Linear-Fractional Programming problem.
It can be transformed to a Linear Programming problem as shown in section 4.3.2 "Linear-fractional programming" of "Convex Optimization" by Boyd and Vandenberghe
$endgroup$
1
$begingroup$
Just to be clear, the stated problem is actually a generalization of the linear-fractional problem in which there is a linear sun of fractions (sum wiith respect to j). So the transformation in the linked section will have to be applied using new variables, and applied separately, for each fraction (each value of j) in the sum. Everything still works out.
$endgroup$
– Mark L. Stone
7 hours ago
$begingroup$
Thanks for your helpful answer.
$endgroup$
– Benyamin T
51 mins ago
add a comment |
$begingroup$
This is a Linear-Fractional Programming problem.
It can be transformed to a Linear Programming problem as shown in section 4.3.2 "Linear-fractional programming" of "Convex Optimization" by Boyd and Vandenberghe
$endgroup$
This is a Linear-Fractional Programming problem.
It can be transformed to a Linear Programming problem as shown in section 4.3.2 "Linear-fractional programming" of "Convex Optimization" by Boyd and Vandenberghe
answered 8 hours ago
Mark L. StoneMark L. Stone
3,4127 silver badges27 bronze badges
3,4127 silver badges27 bronze badges
1
$begingroup$
Just to be clear, the stated problem is actually a generalization of the linear-fractional problem in which there is a linear sun of fractions (sum wiith respect to j). So the transformation in the linked section will have to be applied using new variables, and applied separately, for each fraction (each value of j) in the sum. Everything still works out.
$endgroup$
– Mark L. Stone
7 hours ago
$begingroup$
Thanks for your helpful answer.
$endgroup$
– Benyamin T
51 mins ago
add a comment |
1
$begingroup$
Just to be clear, the stated problem is actually a generalization of the linear-fractional problem in which there is a linear sun of fractions (sum wiith respect to j). So the transformation in the linked section will have to be applied using new variables, and applied separately, for each fraction (each value of j) in the sum. Everything still works out.
$endgroup$
– Mark L. Stone
7 hours ago
$begingroup$
Thanks for your helpful answer.
$endgroup$
– Benyamin T
51 mins ago
1
1
$begingroup$
Just to be clear, the stated problem is actually a generalization of the linear-fractional problem in which there is a linear sun of fractions (sum wiith respect to j). So the transformation in the linked section will have to be applied using new variables, and applied separately, for each fraction (each value of j) in the sum. Everything still works out.
$endgroup$
– Mark L. Stone
7 hours ago
$begingroup$
Just to be clear, the stated problem is actually a generalization of the linear-fractional problem in which there is a linear sun of fractions (sum wiith respect to j). So the transformation in the linked section will have to be applied using new variables, and applied separately, for each fraction (each value of j) in the sum. Everything still works out.
$endgroup$
– Mark L. Stone
7 hours ago
$begingroup$
Thanks for your helpful answer.
$endgroup$
– Benyamin T
51 mins ago
$begingroup$
Thanks for your helpful answer.
$endgroup$
– Benyamin T
51 mins ago
add a comment |
Benyamin T is a new contributor. Be nice, and check out our Code of Conduct.
Benyamin T is a new contributor. Be nice, and check out our Code of Conduct.
Benyamin T is a new contributor. Be nice, and check out our Code of Conduct.
Benyamin T is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Operations Research Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2for.stackexchange.com%2fquestions%2f1417%2fhow-to-determine-the-convexity-of-my-problem-and-categorize-it%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
2
$begingroup$
You are using $i$ in three different and conflicting ways: as an outer summation index, an inner summation index, and a constraint index.
$endgroup$
– Rob Pratt
7 hours ago
$begingroup$
Your last constraint sums over $i$ on the left but has a RHS indexed by $i$. This cannot be parsed.
$endgroup$
– prubin
1 hour ago
$begingroup$
@prubin Thanks, I corrected it.
$endgroup$
– Benyamin T
52 mins ago