2,134 research outputs found

    Robustness and Stability in Constraint Programming under Dynamism and Uncertainty

    Full text link
    [EN] Many real life problems that can be solved by constraint programming, come from uncertain and dynamic environments. Because of the dynamism, the original problem may change over time, and thus the solution found for the original problem may become invalid. For this reason, dealing with such problems has become an important issue in the fields of constraint programming. In some cases, there is extant knowledge about the uncertain and dynamic environment. In other cases, this information is fragmentary or unknown. In this paper, we extend the concept of robustness and stability for Constraint Satisfaction Problems (CSPs) with ordered domains, where only limited assumptions need to be made as to possible changes. We present a search algorithm that searches for both robust and stable solutions for CSPs of this nature. It is well-known that meeting both criteria simultaneously is a desirable objective for constraint solving in uncertain and dynamic environments. We also present compelling evidence that our search algorithm outperforms other general-purpose algorithms for dynamic CSPs using random instances and benchmarks derived from real life problems.This work has been partially supported by the research project TIN2010-20976-C02-01 and FPU program fellowship (Min. de Ciencia e Innovacion, Spain). We wish to thank Dr. Christophe Lecoutre and Dr. Diarmuid Grimes for their assistance.Climent Aunés, LI.; Wallace, R.; Salido Gregorio, MA.; Barber Sanchís, F. (2014). Robustness and Stability in Constraint Programming under Dynamism and Uncertainty. Journal of Artificial Intelligence Research. 49(1):49-78. https://doi.org/10.1613/jair.4126S497849

    Robustness and stability in Constraint Programming under dynamism and uncertainty

    Get PDF
    Many real life problems that can be solved by constraint programming, come from uncertain and dynamic environments. Because of the dynamism, the original problem may change over time, and thus the solution found for the original problem may become invalid. For this reason, dealing with such problems has become an important issue in the fields of constraint programming. In some cases, there exist extant knowledge about the uncertain and dynamic environment. In other cases, this information is fragmentary or unknown. In this paper, we extend the concept of robustness and stability for Constraint Satisfaction Problems (CSPs) with ordered domains, where only limited assumptions need to be made as to possible changes. We present a search algorithm that searches for both robust and stable solutions for CSPs of this nature. It is well-known that meeting both criteria simultaneously is a desirable objective for constraint solving in uncertain and dynamic environments. We also present compelling evidence that our search algorithm outperforms other general-purpose algorithms for dynamic CSPs using random instances and benchmarks derived from real life problems

    Robustness, stability, recoverability, and reliability in constraint satisfaction problems

    Full text link
    The final publication is available at Springer via http://dx.doi.org/10.1007/s10115-014-0778-3Many real-world problems in Artificial Intelligence (AI) as well as in other areas of computer science and engineering can be efficiently modeled and solved using constraint programming techniques. In many real-world scenarios the problem is partially known, imprecise and dynamic such that some effects of actions are undesired and/or several un-foreseen incidences or changes can occur. Whereas expressivity, efficiency and optimality have been the typical goals in the area, there are several issues regarding robustness that have a clear relevance in dynamic Constraint Satisfaction Problems (CSP). However, there is still no clear and common definition of robustness-related concepts in CSPs. In this paper, we propose two clearly differentiated definitions for robustness and stability in CSP solutions. We also introduce the concepts of recoverability and reliability, which arise in temporal CSPs. All these definitions are based on related well-known concepts, which are addressed in engineering and other related areas.This work has been partially supported by the research project TIN2013-46511-C2-1 (MINECO, Spain). We would also thank the reviewers for their efforts and helpful comments.Barber Sanchís, F.; Salido Gregorio, MA. (2015). Robustness, stability, recoverability, and reliability in constraint satisfaction problems. Knowledge and Information Systems. 44(3):719-734. https://doi.org/10.1007/s10115-014-0778-3S719734443Abril M, Barber F, Ingolotti L, Salido MA, Tormos P, Lova A (2008) An assessment of railway capacity. Transp Res Part E 44(5):774–806Barber F (2000) Reasoning on intervals and point-based disjunctive metric constraints in temporal contexts. J Artif Intell Res 12:35–86Bartak R, Salido MA (2011) Constraint satisfaction for planning and scheduling problems. Constraints 16(3):223–227Bertsimas D, Sim M (2004) The price of robustness. Oper Res 52(1):35–53Climent L, Wallace R, Salido M, Barber F (2013) Modeling robustness in CSPS as weighted CSPS. In: Integration of AI and OR techniques in constraint programming for combinatorial optimization problems CPAIOR 2013, pp 44–60Climent L, Wallace R, Salido M, Barber F (2014) Robustness and stability in constraint programming under dynamism and uncertainty. J Artif Intell Res 49(1):49–78Dechter R (1991) Temporal constraint network. Artif Intell 49:61–295Hazewinkel M (2002) Encyclopaedia of mathematics. Springer, New YorkHebrard E (2007) Robust solutions for constraint satisfaction and optimisation under uncertainty. PhD thesis, University of New South WalesHebrard E, Hnich B, Walsh T (2004) Super solutions in constraint programming. In: Integration of AI and OR techniques in constraint programming for combinatorial optimization problems (CPAIOR-04), pp 157–172Jen E (2003) Stable or robust? What’s the difference? Complexity 8(3):12–18Kitano H (2007) Towards a theory of biological robustness. Mol Syst Biol 3(137)Liebchen C, Lbbecke M, Mhring R, Stiller S (2009) The concept of recoverable robustness, linear programming recovery, and railway applications. In: LNCS, vol 5868Papapetrou P, Kollios G, Sclaroff S, Gunopulos D (2009) Mining frequent arrangements of temporal intervals. Knowl Inf Syst 21:133–171Rizk A, Batt G, Fages F, Solima S (2009) A general computational method for robustness analysis with applications to synthetic gene networks. Bioinformatics 25(12):168–179Rossi F, van Beek P, Walsh T (2006) Handbook of constraint programming. Elsevier, New YorkRoy B (2010) Robustness in operational research and decision aiding: a multi-faceted issue. Eur J Oper Res 200:629–638Szathmary E (2006) A robust approach. Nature 439:19–20Verfaillie G, Schiex T (1994) Solution reuse in dynamic constraint satisfaction problems. In: Proceedings of the 12th national conference on artificial intelligence (AAAI-94), pp 307–312Wallace R, Grimes D, Freuder E (2009) Solving dynamic constraint satisfaction problems by identifying stable features. In: Proceedings of international joint conferences on artificial intelligence (IJCAI-09), pp 621–627Wang D, Tse Q, Zhou Y (2011) A decentralized search engine for dynamic web communities. Knowl Inf Syst 26(1):105–125Wiggins S (1990) Introduction to applied nonlinear dynamical systems and chaos. Springer, New YorkZhou Y, Croft W (2008) Measuring ranked list robustness for query performance prediction. Knowl Inf Syst 16:155–17

    Robustness and stability in dynamic constraint satisfaction problems

    Full text link
    Constraint programming is a paradigm wherein relations between variables are stated in the form of constraints. It is well-known that many real life problems can be modeled as Constraint Satisfaction Problems (CSPs). Much effort has been spent to increase the efficiency of algorithms for solving CSPs. However, many of these techniques assume that the set of variables, domains and constraints involved in the CSP are known and fixed when the problem is modeled. This is a strong limitation because many problems come from uncertain and dynamic environments, where both the original problem may evolve because of the environment, the user or other agents. In such situations, a solution that holds for the original problem can become invalid after changes. There are two main approaches for dealing with these situations: reactive and proactive approaches. Using reactive approaches entails re-solving the CSP after each solution loss, which is a time consuming. That is a clear disadvantage, especially when we deal with short-term changes, where solution loss is frequent. In addition, in many applications, such as on-line planning and scheduling, the delivery time of a new solution may be too long for actions to be taken on time, so a solution loss can produce several negative effects in the modeled problem. For a task assignment production system with several machines, it could cause the shutdown of the production system, the breakage of machines, the loss of the material/object in production, etc. In a transport timetabling problem, the solution loss, due to some disruption at a point, may produce a delay that propagates through the entire schedule. In addition, all the negative effects stated above will probably entail an economic loss. In this thesis we develop several proactive approaches. Proactive approaches use knowledge about possible future changes in order to avoid or minimize their effects. These approaches are applied before the changes occur. Thus, our approaches search for robust solutions, which have a high probability to remain valid after changes. Furthermore, some of our approaches also consider that the solutions can be easily adapted when they did not resist the changes in the original problem. Thus, these approaches search for stable solutions, which have an alternative solution that is similar to the previous one and therefore can be used in case of a value breakage. In this context, sometimes there exists knowledge about the uncertain and dynamic environment. However in many cases, this information is unknown or hard to obtain. For this reason, for the majority of our approaches (specifically 3 of the 4 developed approaches), the only assumptions made about changes are those inherent in the structure of problems with ordered domains. Given this framework and therefore the existence of a significant order over domain values, it is reasonable to assume that the original bounds of the solution space may undergo restrictive or relaxed modifications. Note that the possibility of solution loss only exists when changes over the original bounds of the solution space are restrictive. Therefore, the main objective for searching robust solutions in this framework is to find solutions located as far away as possible from the bounds of the solution space. In order to meet this criterion, we propose several approaches that can be divided in enumeration-based techniques and a search algorithm.Climent Aunés, LI. (2013). Robustness and stability in dynamic constraint satisfaction problems [Tesis doctoral no publicada]. Universitat Politècnica de València. https://doi.org/10.4995/Thesis/10251/34785TESI

    Finding robust solutions for constraint satisfaction problems with discrete and ordered domains by coverings

    Full text link
    Constraint programming is a paradigm wherein relations between variables are stated in the form of constraints. Many real life problems come from uncertain and dynamic environments, where the initial constraints and domains may change during its execution. Thus, the solution found for the problem may become invalid. The search forrobustsolutions for constraint satisfaction problems (CSPs) has become an important issue in the ¿eld of constraint programming. In some cases, there exists knowledge about the uncertain and dynamic environment. In other cases, this information is unknown or hard to obtain. In this paper, we consider CSPs with discrete and ordered domains where changes only involve restrictions or expansions of domains or constraints. To this end, we model CSPs as weighted CSPs (WCSPs) by assigning weights to each valid tuple of the problem constraints and domains. The weight of each valid tuple is based on its distance from the borders of the space of valid tuples in the corresponding constraint/domain. This distance is estimated by a new concept introduced in this paper: coverings. Thus, the best solution for the modeled WCSP can be considered as a most robust solution for the original CSP according to these assumptionsThis work has been partially supported by the research projects TIN2010-20976-C02-01 (Min. de Ciencia e Innovacion, Spain) and P19/08 (Min. de Fomento, Spain-FEDER), and the fellowship program FPU.Climent Aunés, LI.; Wallace, RJ.; Salido Gregorio, MA.; Barber Sanchís, F. (2013). Finding robust solutions for constraint satisfaction problems with discrete and ordered domains by coverings. Artificial Intelligence Review. 1-26. https://doi.org/10.1007/s10462-013-9420-0S126Climent L, Salido M, Barber F (2011) Reformulating dynamic linear constraint satisfaction problems as weighted csps for searching robust solutions. In: Ninth symposium of abstraction, reformulation, and approximation (SARA-11), pp 34–41Dechter R, Dechter A (1988) Belief maintenance in dynamic constraint networks. In: Proceedings of the 7th national conference on, artificial intelligence (AAAI-88), pp 37–42Dechter R, Meiri I, Pearl J (1991) Temporal constraint networks. Artif Intell 49(1):61–95Fargier H, Lang J (1993) Uncertainty in constraint satisfaction problems: a probabilistic approach. In: Proceedings of the symbolic and quantitative approaches to reasoning and uncertainty (EC-SQARU-93), pp 97–104Fargier H, Lang J, Schiex T (1996) Mixed constraint satisfaction: a framework for decision problems under incomplete knowledge. In: Proceedings of the 13th national conference on, artificial intelligence, pp 175–180Fowler D, Brown K (2000) Branching constraint satisfaction problems for solutions robust under likely changes. In: Proceedings of the international conference on principles and practice of constraint programming (CP-2000), pp 500–504Goles E, Martínez S (1990) Neural and automata networks: dynamical behavior and applications. Kluwer Academic Publishers, DordrechtHays W (1973) Statistics for the social sciences, vol 410, 2nd edn. Holt, Rinehart and Winston, New YorkHebrard E (2006) Robust solutions for constraint satisfaction and optimisation under uncertainty. PhD thesis, University of New South WalesHerrmann H, Schneider C, Moreira A, Andrade Jr J, Havlin S (2011) Onion-like network topology enhances robustness against malicious attacks. J Stat Mech Theory Exp 2011(1):P01,027Larrosa J, Schiex T (2004) Solving weighted CSP by maintaining arc consistency. Artif Intell 159:1–26Larrosa J, Meseguer P, Schiex T (1999) Maintaining reversible DAC for Max-CSP. J Artif Intell 107(1):149–163Mackworth A (1977) On reading sketch maps. In: Proceedings of IJCAI’77, pp 598–606Sam J (1995) Constraint consistency techniques for continuous domains. These de doctorat, École polytechnique fédérale de LausanneSchiex T, Fargier H, Verfaillie G (1995) Valued constraint satisfaction problems: hard and easy problems. In: Proceedings of the 14th international joint conference on, artificial intelligence (IJCAI-95), pp 631–637Taillard E (1993) Benchmarks for basic scheduling problems. Eur J Oper Res 64(2):278–285Verfaillie G, Jussien N (2005) Constraint solving in uncertain and dynamic environments: a survey. Constraints 10(3):253–281Wallace R, Freuder E (1998) Stable solutions for dynamic constraint satisfaction problems. In: Proceedings of the 4th international conference on principles and practice of constraint programming (CP-98), pp 447–461Wallace RJ, Grimes D (2010) Problem-structure versus solution-based methods for solving dynamic constraint satisfaction problems. In: Proceedings of the 22nd international conference on tools with artificial intelligence (ICTAI-10), IEEEWalsh T (2002) Stochastic constraint programming. In: Proceedings of the 15th European conference on, artificial intelligence (ECAI-02), pp 111–115William F (2006) Topology and its applications. Wiley, New YorkWiner B (1971) Statistical principles in experimental design, 2nd edn. McGraw-Hill, New YorkYorke-Smith N, Gervet C (2009) Certainty closure: reliable constraint reasoning with incomplete or erroneous data. J ACM Trans Comput Log (TOCL) 10(1):

    Robustness, Stability, Recoverability and Reliability in Dynamic Constraint Satisfaction Problems

    Full text link
    Many real-world problems in Artificial Intelligence (AI) as well as in other areas of computer science and engineering can be efficiently modeled and solved using constraint programming techniques. In many real-world scenarios the problem is partially known, imprecise and dynamic, so that some effects of actions are undesired and/or several un-foreseen incidences or changes can occur. Whereas expressivity, efficiency, and optimality have been the typical goals in the area, several is-sues regarding robustness appear with a clear relevance in dynamic constraint satisfaction problems (DCSPs). However, there is still no a clear and common definition of robustness-related concepts in CSPs. In this paper, we propose two clearly differentiated definitions for robustness and stability in CSP solutions. We also introduce the concepts of recoverability and reliability which arise in temporal DCSPs. All these definitions are based on related well-known concepts addressed in engineering and other related areas.Barber SanchĂ­s, F.; Salido Gregorio, MA. (2011). Robustness, Stability, Recoverability and Reliability in Dynamic Constraint Satisfaction Problems. http://hdl.handle.net/10251/1070

    Master production schedule using robust optimization approaches in an automobile second-tier supplier

    Full text link
    [EN] This paper considers a real-world automobile second-tier supplier that manufactures decorative surface finishings of injected parts provided by several suppliers, and which devises its master production schedule by a manual spreadsheet-based procedure. The imprecise production time in this manufacturer's production process is incorporated into a deterministic mathematical programming model to address this problem by two robust optimization approaches. The proposed model and the corresponding robust solution methodology improve production plans by optimizing the production, inventory and backlogging costs, and demonstrate the their feasibility for a realistic master production schedule problem that outperforms the heuristic decision-making procedure currently being applied in the firm under study.Funding was provided by Horizon 2020 Framework Programme (Grant Agreement No. 636909) in the frame of the "Cloud Collaborative Manufacturing Networks" (C2NET) project.Martín, AG.; Díaz-Madroñero Boluda, FM.; Mula, J. (2020). Master production schedule using robust optimization approaches in an automobile second-tier supplier. Central European Journal of Operations Research. 28(1):143-166. https://doi.org/10.1007/s10100-019-00607-2S143166281Alem DJ, Morabito R (2012) Production planning in furniture settings via robust optimization. Comput Oper Res 39:139–150. https://doi.org/10.1016/j.cor.2011.02.022Aloulou MA, Dolgui A, Kovalyov MY (2014) A bibliography of non-deterministic lot-sizing models. Int J Prod Res 52:2293–2310. https://doi.org/10.1080/00207543.2013.855336As’ad R, Demirli K, Goyal SK (2015) Coping with uncertainties in production planning through fuzzy mathematical programming: application to steel rolling industry. Int J Oper Res 22:1–30. https://doi.org/10.1504/IJOR.2015.065937Atamturk A, Zhang M (2007) Two-stage robust network flow and design under demand uncertainty. Oper Res 55:662–673. https://doi.org/10.1287/opre.1070.0428Aytac B, Wu SD (2013) Characterization of demand for short life-cycle technology products. Ann Oper Res 203:255–277. https://doi.org/10.1007/s10479-010-0771-5Ben-Tal A, Nemirovski A (1998) Robust convex optimization. Math Oper Res 23:769–805. https://doi.org/10.1287/moor.23.4.769Ben-Tal A, Nemirovski A (2000) Robust solutions of linear programming problems contaminated with uncertain data. Math Program 88:411–424. https://doi.org/10.1007/PL00011380Bertsimas D, Sim M (2004) The price of robustness. Oper Res 52:35–53. https://doi.org/10.1287/opre.1030.0065Caulkins JJ, Morrison E, Weidemann T (2007) Spreadsheet errors and decision making: evidence from field interviews. J Organ End User Comput 19:1–23Childerhouse P, Towill DR (2002) Analysis of the factors affecting real-world value stream performance. Int J Prod Res 40:3499–3518. https://doi.org/10.1080/00207540210152885Chu SCK (1995) A mathematical programming approach towards optimized master production scheduling. Int J Prod Econ 38:269–279. https://doi.org/10.1016/0925-5273(95)00015-GConlon JR (1976) Is your master production schedule feasible? Prod Invent Manag 17:56–63De La Vega J, Munari P, Morabito R (2017) Robust optimization for the vehicle routing problem with multiple deliverymen. Cent Eur J Oper Res. https://doi.org/10.1007/s10100-017-0511-xDíaz-Madroñero M, Mula J, Jiménez M (2014a) Fuzzy goal programming for material requirements planning under uncertainty and integrity conditions. Int J Prod Res 52:6971–6988. https://doi.org/10.1080/00207543.2014.920115Díaz-Madroñero M, Mula J, Peidro D (2014b) A review of discrete-time optimization models for tactical production planning. Int J Prod Res 52:5171–5205. https://doi.org/10.1080/00207543.2014.899721Díaz-Madroñero M, Peidro D, Mula J (2014c) A fuzzy optimization approach for procurement transport operational planning in an automobile supply chain. Appl Math Model 38:5705–5725. https://doi.org/10.1016/j.apm.2014.04.053Dolgui A, Ben Ammar O, Hnaien F et al (2013) Supply planning and inventory control under lead time uncertainty: a review. Stud Inform Control 22:255–268Dzuranin AC, Slater RD (2014) Business risks all identified? If you’re using a spreadsheet, think again. J Corp Account Finance 25:25–30. https://doi.org/10.1002/jcaf.21936Englberger J, Herrmann F, Manitz M (2016) Two-stage stochastic master production scheduling under demand uncertainty in a rolling planning environment. Int J Prod Res 54:6192–6215. https://doi.org/10.1080/00207543.2016.1162917Gabrel V, Murat C, Thiele A (2014) Recent advances in robust optimization: an overview. Eur J Oper Res 235:471–483Gharakhani M, Taghipour T, Farahani KJ (2010) A robust multi-objective production planning. Int J Ind Eng Comput 1:73–78. https://doi.org/10.5267/j.ijiec.2010.01.007González JJ, Reeves GR (1983) Master production scheduling: a multiple-objective linear programming approach. Int J Prod Res 21:553–562. https://doi.org/10.1080/00207548308942390Gorissen BL, Yanıkoğlu İ, den Hertog D (2015) A practical guide to robust optimization. Omega 53:124–137. https://doi.org/10.1016/j.omega.2014.12.006Grubbstrom RW, Tang O (2000) An overview of input-output analysis applied to production-inventory systems. Econ Syst Res 12:3–25. https://doi.org/10.1080/095353100111254Grubbström RW, Bogataj M, Bogataj L (2010) Optimal lotsizing within MRP theory. Annu Rev Control 34:89–100. https://doi.org/10.1016/J.ARCONTROL.2010.02.004Haojie Y, Lixin M, Canrong Z (2017) Capacitated lot-sizing problem with one-way substitution: a robust optimization approach. In: In 2017 3rd international conference on information management (ICIM). Institute of Electrical and Electronics Engineers Inc., pp 159–163Kara G, Özmen A, Weber G-W (2017) Stability advances in robust portfolio optimization under parallelepiped uncertainty. Cent Eur J Oper Res. https://doi.org/10.1007/s10100-017-0508-5Kawas B, Laumanns M, Pratsini E (2013) A robust optimization approach to enhancing reliability in production planning under non-compliance risks. OR Spectr 35:835–865. https://doi.org/10.1007/s00291-013-0339-2Kimms A (1998) Stability measures for rolling schedules with applications to capacity expansion planning, master production scheduling, and lot sizing. Omega 26:355–366. https://doi.org/10.1016/S0305-0483(97)00056-XKo M, Tiwari A, Mehnen J (2010) A review of soft computing applications in supply chain management. Appl Soft Comput 10:661–674. https://doi.org/10.1016/j.asoc.2009.09.004Körpeolu E, Yaman H, Selim Aktürk M (2011) A multi-stage stochastic programming approach in master production scheduling. Eur J Oper Res 213:166–179. https://doi.org/10.1016/j.ejor.2011.02.032Kovačić D, Bogataj M (2013) Reverse logistics facility location using cyclical model of extended MRP theory. Cent Eur J Oper Res 21:41–57. https://doi.org/10.1007/s10100-012-0251-xKuchta D (2011) A concept of a robust solution of a multicriterial linear programming problem. Cent Eur J Oper Res 19:605–613. https://doi.org/10.1007/s10100-010-0150-yLage Junior M, Godinho Filho M (2017) Master disassembly scheduling in a remanufacturing system with stochastic routings. Cent Eur J Oper Res 25:123–138. https://doi.org/10.1007/s10100-015-0428-1Lee SM, Moore LJ (1974) Practical approach to production scheduling. Prod Invent Manag J 15:79–92Lehtimaki AK (1987) Approach for solving decision planning of master scheduling by utilizing theory of fuzzy sets. Int J Prod Res 25:1781–1793Li Z, Li Z (2015) Optimal robust optimization approximation for chance constrained optimization problem. Comput Chem Eng 74:89–99. https://doi.org/10.1016/j.compchemeng.2015.01.003Li Z, Ding R, Floudas CA (2011) A Comparative theoretical and computational study on robust counterpart optimization: I. Robust linear optimization and robust mixed integer linear optimization. Ind Eng Chem Res 50:10567–10603. https://doi.org/10.1021/ie200150pLi Z, Tang Q, Floudas CA (2012) A comparative theoretical and computational study on robust counterpart optimization: II. Probabilistic guarantees on constraint satisfaction. Ind Eng Chem Res 51:6769–6788. https://doi.org/10.1021/ie201651sMula J, Poler R, Garcia-Sabater J, Lario F (2006a) Models for production planning under uncertainty: a review. Int J Prod Econ 103:271–285. https://doi.org/10.1016/j.ijpe.2005.09.001Mula J, Poler R, Garcia JP (2006b) MRP with flexible constraints: a fuzzy mathematical programming approach. Fuzzy Sets Syst 157:74–97. https://doi.org/10.1016/j.fss.2005.05.045Mula J, Poler R, Garcia-Sabater JP (2008) Capacity and material requirement planning modelling by comparing deterministic and fuzzy models. Int J Prod Res 46:5589–5606. https://doi.org/10.1080/00207540701413912Mulvey JM, Vanderbei RJ, Zenios SA (1995) Robust optimization of large-scale systems. Oper Res 43:264–281. https://doi.org/10.1287/opre.43.2.264Nannapaneni S, Mahadevan S (2014) Uncertainty quantification in performance evaluation of manufacturing processes. In: 2014 IEEE international conference on Big Data (Big Data). IEEE, pp 996–1005Ng TS, Fowler J (2007) Semiconductor production planning using robust optimization. In: 2007 IEEE international conference on industrial engineering and engineering management. IEEE, pp 1073–1077Peidro D, Mula J, Poler RR, Lario F-C (2009) Quantitative models for supply chain planning under uncertainty: a review. Int J Adv Manuf Technol 43:400–420. https://doi.org/10.1007/s00170-008-1715-yPochet Y, Wolsey LA (2006) Production planning by mixed integer programming. Springer, BerlinPowell SG, Baker KR, Lawson B (2008) A critical review of the literature on spreadsheet errors. Decis Support Syst 46:128–138. https://doi.org/10.1016/j.dss.2008.06.001Rahmani D, Ramezanian R, Fattahi P, Heydari M (2013) A robust optimization model for multi-product two-stage capacitated production planning under uncertainty. Appl Math Model 37:8957–8971. https://doi.org/10.1016/j.apm.2013.04.016Sahinidis NV (2004) Optimization under uncertainty: state-of-the-art and opportunities. Comput Chem Eng 28:971–983. https://doi.org/10.1016/j.compchemeng.2003.09.017Sakhaii M, Tavakkoli-Moghaddam R, Bagheri M, Vatani B (2015) A robust optimization approach for an integrated dynamic cellular manufacturing system and production planning with unreliable machines. Appl Math Model 40:169–191. https://doi.org/10.1016/j.apm.2015.05.005Soyster AL (1973) Convex programming with set-inclusive constraints and applications to inexact linear programming. Oper Res 21:1154–1157. https://doi.org/10.1287/opre.21.5.1154Supriyanto I, Noche B (2011) Fuzzy multi-objective linear programming and simulation approach to the development of valid and realistic master production schedule. Logist J. https://doi.org/10.2195/lj_proc_supriyanto_de_201108_01Tavakkoli-Moghaddam R, Sakhaii M, Vatani B et al (2014) A robust model for a dynamic cellular manufacturing system with production planning. Int J Eng 27:587–598. https://doi.org/10.5829/idosi.ije.2014.27.04a.09Vargas V, Metters R (2011) A master production scheduling procedure for stochastic demand and rolling planning horizons. Int J Prod Econ 132:296–302. https://doi.org/10.1016/j.ijpe.2011.04.025Wang J, Shu Y-F (2005) Fuzzy decision modeling for supply chain management. Fuzzy Sets Syst 150:107–127Weng ZK, Parlar M (2005) Managing build-to-order short life-cycle products: benefits of pre-season price incentives with standardization. J Oper Manag 23:482–495. https://doi.org/10.1016/j.jom.2004.10.008Werner R (2008) Cascading: an adjusted exchange method for robust conic programming. Cent Eur J Oper Res 16:179–189. https://doi.org/10.1007/s10100-007-0047-6Yu C-S, Li H-L (2000) A robust optimization model for stochastic logistic problems. Int J Prod Econ 64:385–397. https://doi.org/10.1016/S0925-5273(99)00074-

    Nature-inspired Methods for Stochastic, Robust and Dynamic Optimization

    Get PDF
    Nature-inspired algorithms have a great popularity in the current scientific community, being the focused scope of many research contributions in the literature year by year. The rationale behind the acquired momentum by this broad family of methods lies on their outstanding performance evinced in hundreds of research fields and problem instances. This book gravitates on the development of nature-inspired methods and their application to stochastic, dynamic and robust optimization. Topics covered by this book include the design and development of evolutionary algorithms, bio-inspired metaheuristics, or memetic methods, with empirical, innovative findings when used in different subfields of mathematical optimization, such as stochastic, dynamic, multimodal and robust optimization, as well as noisy optimization and dynamic and constraint satisfaction problems
    • …
    corecore