Microsoft Word - Issue 3.DOCX 139 Linear Programming Tool for the Optimization of Mixed Biomass Fuel Recipes Dorin Alexandru Ionica Politehnica University of Timișoara Piața Victoriei 2, Timișoara 300006 Phone: 0256 403 000 ionicadorin@gmail.com Stefan-Alfred Maris Politehnica University of Timișoara Piața Victoriei 2, Timișoara 300006 Phone: 0256 403 000 stefanmaris@gmail.com Raluca Dicu Politehnica University of Timișoara Piața Victoriei 2, Timișoara 300006 Phone: 0256 403 000 dicu.raluca@yahoo.com Simina Maris Ioan Slavici University of Timisoara Strada Profesor Doctor Aurel Păunescu Podeanu, Timișoara Phone: 0256 213 108 Politehnica University of Timișoara Piața Victoriei 2, Timișoara 300006 Phone: 0256 403 000 siminamaris@gmail.com Abstract In the quest for new, innovative energy sources, an important place is held by renewable energy obtained from biomass. Solid biofuels (pellets and briquettes) obtained from one or more types of biomass are easy to obtain and ready to hand. However, one cannot achieve true technological innovation without performing a modicum of academic research. This paper presents a linear programming tool which can be used to determine the most efficient mixture of biomass in terms of calorific value and with respect to constraints imposed by international standards (noxes and ash content). To this end, a database of raw materials existent in the area was built. The properties of the biofuels were modeled based on the properties of their components, through previously validated mathematical models and formulas. Keywords: Linear Programming; Mathematical Modeling; Optimization; Biofuels. 1. Introduction Solid biofuels obtained from biomass represent a cheap, reliable and handy source of energy (REN21). On the other hand, pollution due to a more or less indiscriminate usage of solid fuels, as well as its effects, represents a well-established fact. While almost any biomass type can be burned in order to obtain energy, there are specific standards to be met in order to classify the biomass as solid biofuel. These quality requirements are stated in the international standards ISO17225 and EnPlus and refer to the origin of the biomass, physical parameters (size, bulk density, calorific value) dust and ash content, additives amount and chemical composition (like N, S, Cl, As, Cd, Pb, Hg, Ni, Zn, etc.). Acknowledging pollution and its effects led to the development of environmental policies and regulations. Thus, between 2011 and 2013 EU Commission devised a framework concerning the quality of clean air (COM 2013). In this regard, new regulations were adopted in order to limit the effects of industrial pollution on the atmosphere, engaging each EU country to implement air pollution control BRAIN – Broad Research in Artificial Intelligence and Neuroscience Volume 10, Issue 3 (September, 2019), ISSN 2067-3957 140 programs and meet the pollution reduction commitments for 2020 and 2030, especially regarding the reduction of dust, sulphur dioxide, nitrogen oxide and other toxic volatile compounds (e.g. chlorine compounds). Hence, the industry of solid biofuels deals with two major trends: the first, to produce highly efficient biofuels, i.e. to maximize the calorific value of the biofuels and the second to keep the emissions due to the above mentioned biofuels within the limits dictated by the pollution reducing regulations. From this perspective, a Romanian private microenterprise which produces heating pellets and briquettes faces the same challenges as any of its European counterparts. Pellets are small particles and briquettes are larger blocks, both obtained by compressing solid biomass in a regular form (usually cylindrical). In the following, we refer to a microenterprise which is a spin-out of the Ioan Slavici Foundation for Culture and Education and member of the Cluster for Environment and Renewable Energy Sources WESTTIM (MERWT). As a spin-out, the enterprise has the purpose of commercial valorization of scientific research results, in particular by producing pellets for heating from innovative materials and mixtures, while abiding the EU regulations concerning the air pollution. The problem of determining a mixture with the maximum possible calorific value while maintaining the concentration of emissions lower than a certain level is a classical linear optimization problem. Previously, we solved this problem using a brute-force algorithm and for mixtures of two components (Maris et al., 2018) and later we analyzed the influence of additives to the two-component mixtures obtained by applying the same brute-force algorithm (Maris, Maris and Tucu, 2018). While linear optimization is classically used for project selection and production planning, it could be also used to determine optimal solutions for financial investments of business (Chumburidze et al., 2019), for determining product mixtures (Chen et al., 2011) and even food recipes (Ryan et al., 2014 and Quijano-Aviles et al., 2016). A mixed-integer linear programming technique was used in 2017, by Lee and Kim, during the elaboration of a feasibility study for the production of energy from biomass. However, up to our knowledge, linear programming is yet to be applied to the production of optimized biomass pellets, in the sense mentioned before (highest calorific value possible while emissions do not surpass a certain amount). Thus, the aim of our paper is to present a software solution we devised, which computes a mixture recipe for optimized biomass pellets – whenever this mixture is feasible. The software, which is implemented in C, uses a database which contains the most usual biofuel in the area. In addition to the optimization problem, which is able to process more than two inputs and additive, the software we devised allows the user to add a new material to the database and to use his own standards in computing the solution. 2. Materials and methods A. The problem While the real problem can be somewhat difficult to solve using the classical, time-consuming approach of empirical experimental trials – even using special techniques for experimental design, the linear programming approach offers a solution to the problem in almost no-time and for any combination of biomass inputs. In real life the usage of more than two components to the biomass mixture may raise practical and logistical issues, as each raw material should be stored in a separate bunker and special equipment should be used in order to feed all the components in the mixer. This issue does however not affect the computational approach. By solving the real-life problem, we understand to offer an answer, stating either that the combination of inputs does not yield to an output with respect to the constraints, or listing the mass ratio associated to the contribution of each component of the mixture. From the computational point of view, the problem to be solved is: given n materials for which the elemental composition (C, H, S, O, N, Cl) resulting ash and calorific value (in MJ/kg) are known, find a mixture of them (i.e. find the mass mi of each component i of the mixture) which maximizes the calorific value, while the resulting concentrations of N, S, Cl and ash remain lower than some limit values imposed by the international standards. D. A. Ionica, S.-A. Maris, R. Dicu, S. Maris - Linear Programming Tool for the Optimization of Mixed Biomass Fuel Recipes 141 In stating the problem, we should underline that the pelletization is a pure physical process and thus the chemical composition of the resulting pellets is identical to the chemical composition of their components. Moreover, the amount of a certain chemical element in the resulting pellets is the weighted average of that chemical element in the biomass components used for pelletization. Thus, the problem to be solved may be formulated as: max 𝑄 = 0.339 𝐶 + 1.029 𝐻 + 0.109 𝑆 − 0.109 𝑂 if 𝐶 = ⋯ 𝐶 + ⋯ + ⋯ 𝐶 𝐻 = ⋯ 𝐻 + ⋯ + ⋯ 𝐻 𝑆 = ⋯ 𝑆 + ⋯ + ⋯ 𝑆 𝑂 = ⋯ 𝑂 + ⋯ + ⋯ 𝑂 𝑁 = ⋯ 𝑁 + ⋯ + ⋯ 𝑁 𝐶𝑙 = ⋯ 𝐶𝑙 + ⋯ + ⋯ 𝐶𝑙 𝑎𝑠ℎ = ⋯ 𝑎𝑠ℎ + ⋯ + ⋯ 𝑎𝑠ℎ ≤ 𝑎𝑠ℎ 0 ≤ 𝑁 ≤ 𝑁 0 ≤ 𝑆 ≤ 𝑆 0 ≤ 𝐶𝑙 ≤ 𝐶𝑙 1 ≤ 𝑚 , … , 𝑚 ≤ 𝑀 (1) One should note that the formula for Q is the Mendeleev formula. A mixture with respect to some standard may or may not contain additives. From a practical point of view, an additive is a substance which could be added in small amounts to the mixture in order to improve its quality or help preserve it. From a mathematical and programming point of view, the additive, added in its maximum value, contributes to the modification of the standard limits. The relevant values for calorific value Q, N, S, Cl, ash and additives, according to the corresponding standards, are presented in table 1. Table 1.Relevant limit values imposed by ISO 17225 and EnPlus Standard name Standard details (materials and usage) Relevant values Q (MJ/kg) min N (w-%) max S (w-%) max Cl (w-%) max Ash (w-%) max Additives (w-%) max EnPlus A1 Stemwood Chemically untreated wood residues Non-industrial usage 16,56 0,3 0,04 0,02 0,7 2 EnPlus A2 Whole trees without roots Stemwood Logging residues Chemically untreated wood residues Non-industrial usage 16,56 0,5 0,05 0,02 1,2 2 EnPlus B Forest, plantation and other virgin wood By-products and residues from wood processing industry Chemically untreated used wood Non-industrial usage 16,56 1 0,05 0,03 2 2 I1 Forest, plantation and other virgin wood 16,50 0,3 0,05 0,03 1 3 BRAIN – Broad Research in Artificial Intelligence and Neuroscience Volume 10, Issue 3 (September, 2019), ISSN 2067-3957 142 Chemically untreated wood residues Industrial usage I2 Forest, plantation and other virgin wood Chemically untreated wood residues Industrial usage 16,50 0,3 0,05 0,05 1,5 3 I3 Forest, plantation and other virgin wood By-products and residues from wood processing industry Chemically untreated used wood Industrial usage 16,50 0,6 0,05 0,1 3 3 MBP A Herbaceous biomass Fruit biomass Aquatic biomass Blends and mixtures Non-industrial usage 14,50 1,5 0,2 0,1 6 5 MBP B Herbaceous biomass Fruit biomass Aquatic biomass Blends and mixtures Non-industrial usage 14,50 2 0,3 0,3 10 5 Problem (1) will be written in a standard form, before being solved numerically. B. The database Linear programming can be used as a fast solving method for problem (1) provided that a database containing materials and at least information about their elemental composition is available. For the purposes of our research, a database containing the most common materials available for pelletizing in the area was constructed. The data was either measured, or collected from literature (e.g., Krajnc, 2015, Garcia et al., 2014). For the moment, the database has 76 entries, but it can be extended. While it is customary to add oil as additive in the pelletization process, for the moment we did not consider this option and we did not add any liquid biofuel to our database. A sample of this database is presented in table 2. While the price is not very important at this moment, it was set to 0 whenever we could not find sufficient data to compute it. Table 2.Sample database Material C (w-%) H (w-%) O (w-%) N (w-%) S (w-%) Cl (w-%) Price (lei/kg) Q (MJ/kg ) ash (w-%) Fir 51,23 5,98 42,10 0,06 0,03 0,19 0,04 19,19 0,41 Hemp (strains) 46,10 5,90 42,50 0,74 0,10 0,20 0,00 17,00 4,80 Wood charcoal 79,34 2,74 16,97 0,65 0,30 0,00 4,50 29,71 5,90 Spruce (with bark) 49,80 6,30 43,20 0,13 0,02 0,01 0,04 18,80 0,60 Nectarines (seeds) 48,57 6,22 44,48 0,50 0,23 0,00 0,00 19,56 1,10 Barley (straws) 47,50 5,80 41,40 0,46 0,09 0,40 0,05 17,50 4,80 Poplar 47,50 6,20 44,10 0,42 0,03 0,00 0,04 18,50 1,80 D. A. Ionica, S.-A. Maris, R. Dicu, S. Maris - Linear Programming Tool for the Optimization of Mixed Biomass Fuel Recipes 143 Corn (cobs) 44,78 6,02 48,77 0,22 0,21 0,21 0,40 17,69 2,40 Rape (grains/cake) 60,50 7,20 23,80 3,94 0,10 0,00 1,10 26,50 4,60 Rape (strains) 47,10 5,90 40,00 0,84 0,27 0,47 0,05 17,10 6,20 Grapes (draff) 43,50 6,40 46,40 1,68 0,11 0,00 0,00 16,90 2,10 C. The Simplex algorithm In order to solve problem (1), we use the Simplex algorithm, as described by Ferguson et al, 2000. Consider a linear optimization problem of the form max 𝑓 = 𝑓̅ − 𝑐̅ ⋅ 𝑥 𝑥 + 𝑆̅ ⋅ 𝑥 = 𝑏 𝑥 ≥ 0 𝑥 ≥ 0 (2) Step 1. If all the components of the vector 𝑐̅ are non-negatives, then the current basic solution is the optimal solution and the algorithm stops. Step 2. Choose the non-basic index𝑘such as 𝑐̅ = min 𝑐̅ (3) Step 3. If 𝑎 ≤ 0 for all the basic indexes 𝑖 (i.e., all the elements of �̅� are negative or zero), then the problem (2) has an infinite optimum and the algorithm stops. Step 4. Find the basic index 𝑟such that = min 𝑖 basic index such that𝑎 > 0 (4) Step 5. Replace in base B column Ar with Ak, obtaining a new basis, B’. Build the explicit form of the problem (2) with respect to the new basis and start again from step 1. 3. Results A. Mathematical formulation After reducing the variables, problem (1) can be stated as ⎩ ⎪⎪ ⎨ ⎪⎪ ⎧ max 𝑄 = 𝑥 𝑄 + … + 𝑥 𝑄 if 𝑥 𝑆 + ⋯ + 𝑥 𝑆 ≤ 𝑆 𝑥 𝑁 + … + 𝑥 𝑁 ≤ 𝑁 𝑥 𝐶𝑙 + … + 𝑥 𝐶𝑙 ≤ 𝐶𝑙 𝑥 𝑎𝑠ℎ + ⋯ + 𝑥 𝑎𝑠ℎ ≤ 𝑎𝑠ℎ 0 ≤ 𝑥 ≤ 1 , 1 ≤ 𝑖 ≤ 𝑛 (5) where 𝑄 = 0.339 𝐶 + 1.029 𝐻 + 0.109 𝑆 − 0.109 𝑂 , 1 ≤ 𝑖 ≤ 𝑛 𝑥 = ⋯ , 1 ≤ 𝑖 ≤ 𝑛 (6) In this new form of problem (2), the variables 𝑥 represent the percentage ratio of the material i in the mixture. Thus, problem (5) has a solution if and only if 𝑥 + ⋯ + 𝑥 = 1. (7) If additives are present, problem (5) is rewritten as BRAIN – Broad Research in Artificial Intelligence and Neuroscience Volume 10, Issue 3 (September, 2019), ISSN 2067-3957 144 ⎩ ⎪⎪ ⎨ ⎪⎪ ⎧ max 𝑄 = 𝑥 𝑄 + … + 𝑥 𝑄 + 𝑥 𝑄 if 𝑥 𝑆 + ⋯ + 𝑥 𝑆 ≤ 𝑆 − 𝑥 𝑆 𝑥 𝑁 + … + 𝑥 𝑁 ≤ 𝑁 − 𝑥 𝑁 𝑥 𝐶𝑙 + … + 𝑥 𝐶𝑙 ≤ 𝐶𝑙 − 𝑥 𝐶𝑙 𝑥 𝑎𝑠ℎ + ⋯ + 𝑥 𝑎𝑠ℎ ≤ 𝑎𝑠ℎ − 𝑥 𝑎𝑠ℎ 0 ≤ 𝑥 ≤ 1 , 1 ≤ 𝑖 ≤ 𝑛 (5’) and the percentage ratio condition (7) becomes 𝑥 + ⋯ + 𝑥 = 1 − 𝑥 .(7’) We admit that the value for 𝑥 is a constant depending on the chosen standard, being the maximum allowed by it. B. Software solution The software solution we created consists in a main menu which offers more options: analyze the standard limitations, find an optimal recipe based on the database inputs, add a new material to the database and, of course, exit the program. After each response of the program, the main menu is displayed and the user can choose different options, over and over again, until a (more or less) satisfying response is found before exiting the program. If the user chooses to consult the standards, the limit values for N, S, Cl and ash will be displayed for the predefined (international) standards. However, it should be stated that the user is allowed to use his own standard, in determining a recipe for a new mixture. If the user chooses to add a new material in the database, a warning is displayed – that is, it is imperative to know the percentage ratio values for N, S, Cl, ash and for Q in MJ/kg. The main feature of the program is the determination of an optimal recipe. If this option is chosen, the database is read and the names of the materials (and their corresponding positions in the database) are displayed. The user should enter the numbers corresponding to the materials desired, ending with 0 when no other materials are desired for the current recipe. Next step is to choose an additive. If so chosen, the additive will influence the values of the standard limitations (as shown in figure 1). Thus, the program will display the relevant values associated to the chosen additive. Further, the user should choose the standard to be used during the computations. One option is to add his own standard (own limit values for N, S, Cl and ash). If an additive was already chosen, the current values of the standard are modified accordingly and displayed. Finally, whether using an additive or not and within the limitations of the chosen standard, a recipe is computed using the simplex algorithm (figure 2). D. A. Ionica, S.-A. Maris, R. Dicu, S. Maris - Linear Programming Tool for the Optimization of Mixed Biomass Fuel Recipes 145 Figure 1. Screen capture of the program with a recipe computed (additive influence and positive response) The structure of the main function, translated into English, is presented below, followed by a brief description of the functions used: void main() { intalegere; e200: printf("Choose an option: \n 1 –See the standards\n 2 –Find a mixture recipe \n 3 – Add a new material\n 0 –Exit the program\n"); scanf("%d", &alegere); switch(alegere){ case 1: Consultastd(); goto e200; break; case 2: Intrari(); Standarde(); Data(); Simplex(); Results(); goto e200; break; BRAIN – Broad Research in Artificial Intelligence and Neuroscience Volume 10, Issue 3 (September, 2019), ISSN 2067-3957 146 case 3: Adaugamat(); goto e200; break; case 0: printf("Goodbye!\n"); break; } } Figure 2. Screen capture of the program with a recipe computed (choosing the materials, no additive and positive response) The function Consultastd() prints the limit values for the N, S, Cl, ash and additive for each of the standards in use. The function Intrari() opens the file containing the database, prints the name of the materials from the database and, if the user chooses to use the material i, stores the corresponding values for C, H, O, N, S, Cl, price, Q and ash. The user can choose as many components as desired. If the user choses to D. A. Ionica, S.-A. Maris, R. Dicu, S. Maris - Linear Programming Tool for the Optimization of Mixed Biomass Fuel Recipes 147 use an additive by entering the number corresponding to it in the database, then the function stores the corresponding database values. In the end, the file containing the database is closed. The function Standarde() asks the user about the standard values to be used during the computations. The user can choose a predefined standard or can choose to input and use his own standard. If previously an additive was chosen, the standards are modified accordingly and the new values are displayed. The function Data() builds the linear program corresponding to the problem (5’) and additional constraint (7’) based on the data selected by the user through the functions Intrari() and Standarde(). The function Simplex() applies the simplex algorithm to the linear program built by the function Data(), by calling, in this order, the functions Pivot(), Formula() and Optimize(). The functionPivot() finds the pivot a from the Step 4 of the algorithm. The functionFormula() computes the new basis in the simplex algorithm, based on the pivot previously computed. The functionOptimize() establishes if the solution computed by the function Formula() is optimal or not. The function Results() prints the output of the algorithm: if the solution is not optimal or does not sum to 100% (thus does not fulfill (7’)) returns a negative response; else, prints the percentage composition of the mixture, the price of each material and the resulting calorific value (in MJ/kg). The function Adaugamat() allows the user to add a new material to the database. In order to adda anew material, the user should be able to provide the values considered essential from the computational point of view, i.e. N, S, Cl, ash and Q. The results in figures 1 and 2 can be summarized as follows:  The user tries to find a mixture recipe containing wood chips, oak branches and chips, and vine branches, within the limits of the standard MBP B.  The first approach uses lignin as additive; the second approach uses no additive.  The optimal recipe using additives contains 47,20% oak branches and chips; 47,80% vine branches; 5% additive (lignin) and no wood chips, at a calorific value of 16,24 MJ/kg  The optimal recipe in absence of additives contains 15,79% wood chips; 15,79% oak branches and chips; 68,42% vine branches, at a calorific value of 16,46 MJ/kg. One should note that, while the user can choose virtually as many components as desired for a mixture, the software may not retain all of them for the optimal recipe.While from a computational point of view the number of components should be less than a maximum value (in our case we chose 20), the number of components chosen by the user is limited solely by the design of the pellet mill. Also, one should note than not always the additive contributes to a higher yielding mixture in terms of calorific value. For now, the software does not list the chemical composition of the mixture in terms of N, S, Cl and the ash content, as from a computational point of view it is not important. However, should an user decide to sell the pellets, these quantities should be computed and used on the product label, and the production price should be computed as well. 4. Conclusions There are many ways to solve the practical problem of determining a mixture of solid biofuels which yields the highest calorific value while keeping the percentage of critical elements (N, S, Cl) and ash content below some limit values. The traditional method, through experimental trials and statistical data processing is time and resources consuming, even using techniques for designing the experiment. In order to overcome these aspects, we propose a new approach, based on linear programming. This solution is fast, cheap and user-friendly and offers apriori data on how the field experiments should be conducted in order to obtain pellets with a certain chemical composition and calorific value. Further improvements of our work should add the chemical composition of the mixture to the final results; should add a visual interface; and should be able to determine the best choices for two component mixtures (with or without additive) given only one component input. BRAIN – Broad Research in Artificial Intelligence and Neuroscience Volume 10, Issue 3 (September, 2019), ISSN 2067-3957 148 References REN21 (2015). Renewables 2015 Global Status Report, Paris (REN21 Secretariat) ISBN 978-3- 9815934-6-4 COM (2013). A Clean Air Programme for Europe.Retrieved from: http://eur-lex.europa.eu/legal- content/EN/TXT/PDF/?uri=CELEX:52013DC0918&from=EN CEN (European Committee for Standardization), EN 17225-1. Solid biofuels – Fuel Specification and classes, Part 1 – General requirements, May 2014. CEN (European Committee for Standardization), EN 17225-2. Solid biofuels – Fuel Specification and classes, Part 2 – Graded wood pellets, May 2014. CEN (European Committee for Standardization), EN 17225-6. Solid biofuels – Fuel Specification and classes, Part 6 – Graded non-woody pellets, May 2014. Maris, S., Cernescu, L.M., Maris, S.A., Darvasi, D. &Slavici, T. (2018). Determining efficient mixtures of biomass for pellet production, in Actual Tasks in Agricultural Engineering (Proceedings of the 46th International Symposium on Agricultural Engineering, Opatija, Croatia, 27 February – 1 March 2018), Opatija, Croatia, 2018, pp. 359-368. Maris, S.A., Maris, S., & Tucu, D. (2018). An Investigation On The Influence Of Additives On The Properties Of Pellets Made From Blends Of Two Biomass Types, in XIX. Risk Factors and Food Chain Conference, Hungary, Mátrafüred, 26-28, of September, 2018. Chumburidze, M., Basheleishvili, I., Khetsuriani, A. (2019). Dynamic Programming and Greedy Algorithm Strategy for Solving Several Classes of Graph Optimization Problems, BRAIN – Broad Research in Artificial Intelligence and Neuroscience. 10(1) 2019, 101-107 Chen, D.S., Batson, R.G., Dang, Y. (2011). Applied integer programming: modeling and solution. John Wiley & Sons; 2011 Sep 20. Ryan, K.N., Adams, K.P., Vosti, S.A., Ordiz, M.I., Cimo, E.D., Manary, M.J. (2014). A comprehensive linear programming tool to optimize formulations of ready-to-use therapeutic foods: an application to Ethiopia. The American journal of clinical nutrition. 2014 Dec 1;100(6):1551-8. Quijano-Aviles, M.F., Franco-Agurto, G.L., Suárez-Quirumbay, K.., Barragán-Lucas, A.D., Manzano- Santana, P.I. (2016). Linear programming formulation of a dairy drink made of cocoa, coffee and orange by-products. Emirates Journal of Food and Agriculture. 2016 Aug 1;28(8):554. Lee, M., Kim, J. (2017). Feasibility study and benefit analysis of biomass-derived energy production strategies with a MILP (mixed-integer linear programming) model: Application to Jeju Island, Korea. Korean Journal of Chemical Engineering. 2017 May 13:1-5. Krajnc, N. (2015). Wood Fuels Handbook, Food and Agriculture Organization of United Nations, Pristina, 2015, ISBN 978-92-5-108728-2. García, R., Pizarro, C., Lavín, A.G., Bueno, J.L. (2014). Spanish biofuels heating value estimation. Part I: Ultimate analysis data. Fuel. 2014 Jan 30;117:1130-8. Ferguson, T.S. (2000). Linear programming: A concise introduction. Retrieved from: http://www.math.ucla.edu/~tom/LP.pdf Dorin Alexandru Ionica is PhD student with the Politehnica University of Timisoara since 2017. He has a BSc in Mechanical Engineering and a MSc in Advanced Mechanical Engineering. Currently, he is mechanical design engineer with Hella. His interests are mechanical design, industrial engineering, mechanical stress, numerical simulations, optimization of processes. Raluca Dicu is PhD student with the Politehnica University of Timisoara since 2017. She holds a BSc in Chemical Engineering and a MSc in occupational health and safety. Currently, she is occupational health and safety specialist with Smithfield Romania. Her interests are chemical engineering, work safety, occupational health, applied artificial intelligence. D. A. Ionica, S.-A. Maris, R. Dicu, S. Maris - Linear Programming Tool for the Optimization of Mixed Biomass Fuel Recipes 149 Stefan Maris is PhD student with the Politehnica University of Timisoara since 2015. He holds a BSc in Business Administration and a MSc in Robotic Systems with Artificial Intelligence. He was involved as a volunteer in educational projects with the Ioan Slavici Highschool. His interests are: management, practical aspects of using ICT in education, computer simulation, robots for agriculture and greenhouses, optimization of processes. Simina Maris is a PhD student with the Politehnica University of Timisoara since 2015. She holds a BSc in Mathemathics and Physics and a BSc in Business Administration, as well as a MSc in Applied Computer Sciences. She is part-time assistant professor at the Ioan Slavici University and head of Mathematics and Sciences Department at the Ioan Slavici High School, where she is also responsible of European Projects. At the Ioan Slavici University she has responsibilities in teaching and research in the fields of mathematics (algebra, linear algebra, calculus, differential equations, statistics, econometry) and computer science (algorithms, programming). At the Ioan Slavici High School, where she teaches Mathematics, Physics and ICT, she initiated and coordinates a various extracurricular activities in the STEM field, including research articles concerning the influence of internet and ICT in increasing the efficiency of educational process and STEM education for disadvantaged students. Her interests are: applied mathematics, mathematical modeling, linear programming, practical aspects of using ICT in education, computer simulation, artificial intelligence, using artificial intelligence for optimization of processes, and programming.