Constantin Wildt
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Posts
Recent activity by Constantin Wildt-
Non-optimal solutions when solving an aTSP with Gurobi
AnsweredHi, I'm trying to solve an Asymmetric Travelling Salesman Problem using the following formulation: GRBEnv env = new GRBEnv(true); env.Start(); GRBModel model = new GRBModel(env); ...