this.solvers.addSolver(Config.MATRIX_MULT_NUM);
this.solvers.addSolver(Config.VECTOR_MULT_NUM);
this.solvers.addSolver(Config.NUM_MULT_NUM);
this.solvers.addSolver(Config.NUM_PLUS_NUM);
this.sender = new NodeMessageManagerSocket(ip, port, localIp, localPort, Config.NODE_SOLVER, this.solvers.getTaskTypes());
System.out.println("Connect");
this.id = (Integer)sender.readData();
System.out.println("Id: " + this.id);
}