Groups
Groups
Sign in
Groups
Groups
Gurobi Optimization
Conversations
About
Send feedback
Help
supremum norm
22 views
Skip to first unread message
Quirin Meyer
unread,
Feb 21, 2019, 5:17:19 PM
2/21/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Gurobi Optimization
Is there a way in Gurobi (preferable a C++ way) of adding a supreum norm constraint, i.e. $\Vert A\vec{x}-\vec{b} \Vert_\infty<\vec{c}$?
Daniel Espinoza
unread,
Feb 22, 2019, 9:26:56 AM
2/22/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Gurobi Optimization
There is no special construct for such a constraint, but it can be easily implemented this way:
A_{i*}x +s1_i - s2_i = b_i for i = 1..m
s1_i + s2_i <= c_i for i = 1..m
where s1_i and s2_i >= 0
Reply all
Reply to author
Forward
0 new messages