
Andra Vartolomei
Statistics
RANK
207,968
of 273,357
REPUTATION
0
CONTRIBUTIONS
5 Questions
0 Answers
ANSWER ACCEPTANCE
40.0%
VOTES RECEIVED
0
RANK
of 18,454
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
Question
Result from multiple for-Loops should go through all values
I have the following simplified code: processing_time= [15 22; 8 13; 10 15]; x = optimvar('x',3,2,50,'Type', 'integer','LowerB...
5 months ago | 1 answer | 0
1
answerQuestion
Display optimization variable/solution
I am solving a finction minimizing the objective function. The optimization variable looks like this [3D array] a=3; b=2; c=50;...
6 months ago | 1 answer | 0
1
answerQuestion
Sum(sum()) with optimization variable
I want to write the following equation as a constraint and x is an optimization variable. I managed to get to following form...
6 months ago | 2 answers | 0
2
answersQuestion
Error using SumOperator with Optimization Variables
I have an Optimization Problem where I created the optim. variable x and the optim. problem linoptim. Now I am trying to define...
6 months ago | 1 answer | 0
1
answerQuestion
MILP: how to work a for loop into a constraint
I am trying to add a Constraint to my optimization (linear programming), that ensures, that a resource only works on one task at...
7 months ago | 0 answers | 0
0
answersSolved
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
7 months ago