Constantin Wildt
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Activity overview
Latest activity by Constantin Wildt-
Constantin Wildt created a post,
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); ...