Skip to content
Snippets Groups Projects
Commit 863013c1 authored by Klervie Toczé's avatar Klervie Toczé
Browse files

Fixing Gurobi dependency

parent 635f6c0a
Branches
No related tags found
No related merge requests found
No preview for this file type
......@@ -3,6 +3,7 @@ package placement;
import application.Application;
import device.Device;
import net.sf.javailp.*;
import solver.SolverGurobi;
import org.apache.commons.math3.util.Pair;
import system.Network;
import utils.Triple;
......
......@@ -2,6 +2,7 @@ package placement;
import application.Application;
import net.sf.javailp.*;
import solver.SolverGurobi;
import device.Device;
import org.apache.commons.math3.util.Pair;
import system.Network;
......
......@@ -3,10 +3,10 @@ package solver;//
// (powered by FernFlower decompiler)
//
import gurobi.*;
import gurobi.GRB.DoubleAttr;
import gurobi.GRB.DoubleParam;
import gurobi.GRB.IntParam;
import com.gurobi.gurobi.*;
import com.gurobi.gurobi.GRB.DoubleAttr;
import com.gurobi.gurobi.GRB.DoubleParam;
import com.gurobi.gurobi.GRB.IntParam;
import net.sf.javailp.*;
import java.util.*;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment