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?













5












$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?









share|improve this question









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















5












$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?









share|improve this question









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













5












5








5





$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?









share|improve this question









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






share|improve this question









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.










share|improve this question









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.








share|improve this question




share|improve this question








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












  • 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










1 Answer
1






active

oldest

votes


















6













$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






share|improve this answer









$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













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.









draft saved

draft discarded


















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









6













$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






share|improve this answer









$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















6













$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






share|improve this answer









$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













6














6










6







$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






share|improve this answer









$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







share|improve this answer












share|improve this answer



share|improve this answer










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












  • 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










Benyamin T is a new contributor. Be nice, and check out our Code of Conduct.









draft saved

draft discarded


















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.




draft saved


draft discarded














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





















































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







Popular posts from this blog

Canceling a color specificationRandomly assigning color to Graphics3D objects?Default color for Filling in Mathematica 9Coloring specific elements of sets with a prime modified order in an array plotHow to pick a color differing significantly from the colors already in a given color list?Detection of the text colorColor numbers based on their valueCan color schemes for use with ColorData include opacity specification?My dynamic color schemes

Invision Community Contents History See also References External links Navigation menuProprietaryinvisioncommunity.comIPS Community ForumsIPS Community Forumsthis blog entry"License Changes, IP.Board 3.4, and the Future""Interview -- Matt Mecham of Ibforums""CEO Invision Power Board, Matt Mecham Is a Liar, Thief!"IPB License Explanation 1.3, 1.3.1, 2.0, and 2.1ArchivedSecurity Fixes, Updates And Enhancements For IPB 1.3.1Archived"New Demo Accounts - Invision Power Services"the original"New Default Skin"the original"Invision Power Board 3.0.0 and Applications Released"the original"Archived copy"the original"Perpetual licenses being done away with""Release Notes - Invision Power Services""Introducing: IPS Community Suite 4!"Invision Community Release Notes

François Viète Contents Biography Work and thought Bibliography See also Notes Further reading External links Navigation menup. 21Google Bookspp. 75–77Google BooksDe thou (from University of Saint Andrews)ArchivedGoogle BooksGoogle BooksGoogle BooksGoogle booksGoogle Bookscc-parthenay.frL'histoire universelle (fr)Universal History (en)ArchivedAdsabs.harvard.eduPagesperso-orange.frArchive.orgChikara Sasaki. Descartes' mathematical thought p.259Google BooksGoogle BooksGoogle Bookspp. 152 and onwardGoogle BooksGoogle BooksScribd.comGoogle Books1257-7979Google BooksGoogle BooksGoogle BooksGoogle BooksGoogle BooksGoogle BooksGallica.bnf.frGoogle BooksGoogle Books"François Viète"Francois Viète: Father of Modern Algebraic NotationThe Lawyer and the GamblerAbout TarporleySite de Jean-Paul GuichardL'algèbre nouvelle"About the Harmonicon"cb120511976(data)1188044800000 0001 0913 5903n82164680ola2013766880073431702w6vt1sb70287374827140948071409480