vaibhav kumar
- Total activity 17
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 6
Posts
Recent activity by vaibhav kumar-
How to generate sensitivity analysis report in detail
AnsweredHi, I have used gurobi to solve my problem. Now I want to generate sensitivity report for the objective function. I found excel solver generates a very well detailed and organised report. On the si...
-
How to solve a non binary if else scenario in gurobi
AnsweredI have a problem at hand. The problem is discussed inside the code in the comments. I can upload the excel sheet as well if somebody can help me. # ------------- I have a excel file with three 4 co...
-
What is the difference between Start and Pstart, How is Dstart implemented in code.
Hi thanks for reading. I wanted to give an initial value to a defined variable in a LP, I tried to use Pstart. I wanted to differentiate between Start and Pstart. also the document states while usi...
-
Problem in Understanding the difference between the two approaches (1. accessing a list value directly for comparison in constraint. 2 assigning the list values to a variable and then comparing it in a constraint
AnsweredHello, I want to understand the difference between the two approaches (1. accessing a list value directly for comparison in constraint. 2 assigning the list values to a variable and then comparing...
-
Extract Variable values during optimization
Hello, Suppose we have defined a variable say X which and a variable Y which is dependent on X values. When we assign a lower and upper bound for X it can take any continuous value. In my problem Y...
-
Incorporating machine learning model results as a variable in optimization model
AnsweredHello, I have a problem at hand. I want to incorporate a machine learning model result as the variable value n the model. Suppose Vp is a continuous variable. I want to change a few variable values...