HashMap<String, NBOPlugin> threads = (users.get(username).getThreads());
NBOPlugin thread = null;
int uniqueHash = Integer.parseInt(inputFiles.get("properties.txt").split("hashcode: ")[1].split("\n")[0]);
if (inputType == NBOPlugin.LP)
thread = new SimpleMPSSolver(users.get(username), problemName, inputFiles);
if (inputType == NBOPlugin.MILP)
thread = new MILPSolver(users.get(username), problemName, inputFiles);
if (inputType == NBOPlugin.GEOM)