Sven Fiergolla
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Posts
Recent activity by Sven Fiergolla-
Model creation fails for larger models with "NullPointerException: Cannot invoke "gurobi.GRBVar.getcolno()" because "v" is null"
Answeredprivate fun addTransitivityConstraint(vars: MutableMap<Pair<Node, Node>, GRBVar>, model: GRBModel) { val visited1 = mutableSetOf<Node>() partialOrder.vertexSet().forEach { a -> visited...