Kenan Jijakli
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Posts
Recent activity by Kenan Jijakli-
Creating a Model that Contains Variables and Constraints from another Model
AnsweredHi I am using gurobipy and I want to create a model that contains the constraints and variables from two other models: model3_constraints = constraints_from_model_1 + constraints_from_model_2 model...