HAZIR Oncu
function showhidediv(id) {
if (document.getElementById) { // DOM3 = IE5, NS6
if (document.getElementById(id).style.display == 'none') document.getElementById(id).style.display = 'block'; else document.getElementById(id).style.display = 'none';
}
else {
if (document.layers) { // Netscape 4
if (document.id.display == 'none') document.id.display = 'block'; else document.id.display = 'none';
}
else { // IE 4
if (document.all.id.style.display == 'none') document.all.id.style.display = 'block'; else document.all.id.style.display = 'none';
}
}
}
// https://csp.withgoogle.com/docs/adopting-csp.html
document.addEventListener('DOMContentLoaded', function () {
document.getElementById('show_doctors')
.addEventListener('click', function doThings() {
showhidediv("docteurs");
});
});
2009-2014 Publications
-
2014
- O. Hazir, S. Kedad‑Sidhoum : “Batch Sizing and Just-In-Time Scheduling with Common Due Date”, Annals of Operations Research, vol. 213 (1), pp. 187-202, (Springer Verlag) (2014)
-
2013
- O. Hazir, S. Kedad‑Sidhoum : “Batch Sizing and Just-In-Time Scheduling: Analysis of Some Special Cases”, 6th Multidisciplinary International Scheduling Conference: Theory and Applications, MISTA 2013, Ghent, Belgium, pp. 757-761 (2013)
-
2011
- Ph. Chrétienne, O. Hazir, S. Kedad‑Sidhoum : “Integrated Batch Sizing and Scheduling on a Single Machine”, Journal of Scheduling, vol. 14 (6), pp. 541-555, (Springer Verlag) (2011)
-
2010
- O. Hazir, S. Kedad‑Sidhoum : “Lot-Streaming and Just-In-Time Scheduling on Identical Parallel Machines with a Common Due Date”, 24th European Conference on Operational Research, Lisbon, Portugal (2010)
- O. Hazir, S. Kedad‑Sidhoum : “Lot-streaming and just-in-time scheduling on a single machine with a common due-date”, 12th International Workshop on Project Management and Scheduling - PMS'10, Tours, France, pp. 227-230 (2010)
- O. Hazir, M. Haouari, E. Erel : “Discrete time/cost trade-off problem: A decomposition based solution algorithm for the budget version”, Computers and Operations Research, vol. 37 (4), pp. 649-655, (Elsevier) (2010)
- O. Hazir, S. Kedad‑Sidhoum : “Découpage et ordonnancement juste-à-temps de lots de production”, 11e Congrès de la Société Française de Recherche Opérationnelle et d'Aide à la Décision (ROADEF 2010), Toulouse, France (2010)
-
2009
- O. Hazir, S. Kedad‑Sidhoum, Ph. Chrétienne : “Batching and Scheduling with Tardiness Penalties”, Multidisciplinary International Conference on Scheduling: Theory and Applications 2009, Dublin, Ireland, pp. 291-300 (2009)
- O. Hazir, S. Kedad‑Sidhoum, Ph. Chrétienne : “Batching and Scheduling with Tardiness Penalties and Setup Costs”, Logistique et Transports 2009, Sousse, Tunisia (2009)
- O. Hazir, S. Kedad‑Sidhoum : “An Integrated Approach For Lot Streaming and Just In Time Scheduling”, 10e Congrès de la Société Française de Recherche Opérationnelle et d'Aide à la Décision (ROADEF 2009), Nancy, France (2009)