Aron Zingler
- 合計アクティビティ 14
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 5
投稿
Aron Zinglerによる最近のアクティビティ-
How does Gurobi handle 'convex-quadratic' variables in nonconvex optimization?
回答済みI am planning to implement an algorithm that solves multiple subproblems of the form \[\begin{align} \underset{\boldsymbol{x},\boldsymbol{y}^i,\boldsymbol{z}^i,t}{\min} &&f(\boldsymbol{x}) & \\ \te...
-
Detect linear problem
回答済みI add constraints to my model within the C++ API automatically based on user input. I do not know in advance if the constraint given by the user will be linear or quadratic. At the moment I will j...
-
Help with Unbounded or Infeasible
回答済みI have the following problem with the C++ API. My understanding is that the following code: #include <iostream> #include <limits> #include "gurobi_c++.h" int main() { // construct model ...