Abstract
The paper manufacturing industry faces significant challenges in coordinating production and distribution decisions under uncertain market conditions. This research presents an integrated production–distribution planning model for paper manufacturing that addresses demand uncertainty through fuzzy set theory. The model considers multiple paper grades, production facilities, warehouses, and customer zones while minimizing total supply chain costs. A hybrid intelligent algorithm combining genetic algorithms with fuzzy simulation is developed to solve the complex optimization problem. The approach handles fuzzy demand parameters using credibility theory and employs Monte Carlo simulation for fuzzy variable evaluation. Computational experiments demonstrate the effectiveness of the proposed methodology, achieving cost reductions of 12–18% compared to traditional deterministic approaches. The results indicate that the fuzzy–genetic algorithm approach provides robust solutions that perform well under various uncertainty scenarios, making it suitable for practical implementation in paper manufacturing supply chains.
1. Introduction and Literature Review
The paper manufacturing industry represents a critical sector in the global economy, with annual production exceeding 400 million tons worldwide. The industry encompasses diverse product categories including newsprint, packaging materials, tissue products, and specialty papers, each with specific production requirements and market characteristics. Modern paper manufacturing operations face increasing pressure to optimize their supply chain efficiency while maintaining product quality and meeting environmental regulations.
Production–distribution planning in paper manufacturing involves complex decision-making processes that must account for multiple sources of uncertainty. Demand fluctuations, raw material availability, production capacity variations, and transportation constraints create a challenging environment for traditional deterministic optimization approaches. The industry’s unique characteristics, including sequence-dependent machine changeovers, grade-specific quality requirements, and seasonal demand patterns, further complicate the planning process.
Production–distribution planning has received considerable attention in operations research and supply chain management literature. The integration of production and distribution decisions has been shown to provide significant benefits compared to sequential optimization approaches [1]. However, most existing studies focus on deterministic models that assume complete information about system parameters. Santos and Almada-Lobo [2] developed integrated pulp and paper mill planning models, but their approach did not address uncertainty explicitly.
Fuzzy set theory has emerged as a powerful tool for handling uncertainty in supply chain optimization problems. Unlike stochastic approaches that require precise probability distributions, fuzzy theory can model imprecise and subjective information commonly encountered in industrial planning [3]. The credibility theory framework provides a mathematical foundation for optimizing systems with fuzzy parameters, making it particularly suitable for paper manufacturing applications where expert knowledge and linguistic variables play important roles [4].
Fuzzy set theory applications in supply chain optimization have grown substantially in recent years. The theory provides a natural framework for modeling uncertainty arising from imprecise information, expert judgments, and linguistic variables. Credibility theory, developed as an extension of fuzzy set theory, offers mathematical tools for optimization under fuzzy uncertainty [5]. Peidro et al. [6] provided a comprehensive review of quantitative models for supply chain planning under uncertainty, highlighting the advantages of fuzzy approaches over traditional stochastic methods.
The integration of production and distribution planning decisions has been recognized as essential for achieving supply chain efficiency. Traditional sequential approaches that optimize production and distribution separately often lead to suboptimal solutions due to the interdependencies between these decisions. Integrated models can capture these relationships and provide better overall system performance. Torabi and Hassini [7] developed an interactive possibilistic programming approach for multiple-objective supply chain master planning, demonstrating the benefits of integrated decision-making under uncertainty.
Genetic algorithms have proven effective for solving complex optimization problems in manufacturing and supply chain contexts [8]. Their ability to handle non-linear, multi-modal objective functions and discrete variables makes them suitable for production–distribution planning problems. The combination of genetic algorithms with fuzzy simulation techniques has shown promise in handling uncertain parameters, as demonstrated in various applications across different industries.
Paper manufacturing optimization has been studied from various perspectives, including production scheduling, inventory management, and distribution planning. However, few studies have addressed the integrated production–distribution problem under fuzzy uncertainty. The unique characteristics of paper manufacturing, such as machine compatibility constraints and grade-specific requirements, require specialized modeling approaches. Mula et al. [9] reviewed models for production planning under uncertainty but did not specifically address the paper manufacturing context or the integration of distribution decisions.
This research addresses the gap between theoretical optimization models and practical implementation in paper manufacturing by developing an integrated production–distribution planning framework that explicitly considers fuzzy uncertainty. The main contributions include the following:
- 1.
- Development of a comprehensive integrated production–distribution model for paper manufacturing under fuzzy uncertainty.
- 2.
- Application of credibility theory to handle uncertain demand parameters consistently.
- 3.
- Design of a hybrid intelligent algorithm combining genetic algorithms with fuzzy simulation.
- 4.
- Extensive computational validation demonstrating the effectiveness of the proposed approach.
2. Mathematical Model Formulation
This section presents the integrated production–distribution planning model for paper manufacturing under fuzzy uncertainty. The model considers multiple paper grades, production facilities, warehouses, and customer zones with the objective of minimizing total supply chain costs.
2.1. Sets and Indices
The following sets and indices are defined:
2.2. Parameters
The model parameters include both crisp and fuzzy variables:
2.2.1. Crisp Parameters
2.2.2. Fuzzy Parameters
The uncertain parameters are modeled as fuzzy variables:
2.3. Decision Variables
The model includes the following decision variables:
2.4. Objective Function
The objective is to minimize the expected total supply chain cost under fuzzy uncertainty:
2.5. Constraints
The model is subject to the following constraints:
Production Capacity Constraints:
Production-Setup Linking Constraints:
Facility Inventory Balance:
Warehouse Inventory Balance:
Warehouse Capacity Constraints:
Fuzzy Demand Satisfaction:
where represents the credibility measure and is the confidence level.
Raw Material Availability:
Raw Material Requirements:
Quality Constraints:
where is the minimum quality requirement and is the confidence level for quality constraints.
Non-negativity and Binary Constraints:
3. Solution Methodology
This section describes the hybrid intelligent algorithm that combines genetic algorithms with fuzzy simulation to solve the integrated production–distribution planning problem under fuzzy uncertainty.
3.1. Credibility Theory for Fuzzy Parameters
The fuzzy parameters in the model are handled using credibility theory, which provides a self-dual measure for fuzzy events. For a fuzzy variable with membership function , the credibility measure is defined as
where
For triangular fuzzy numbers , the credibility measure can be calculated as
This credibility framework ensures that fuzzy constraints have intuitive probabilistic interpretations while maintaining mathematical rigor in the optimization process.
3.2. Fuzzy Simulation
To solve the fuzzy optimization model, we need to handle three types of uncertain functions involving fuzzy variables. Following the credibility theory framework, we design specific simulation algorithms for each type.
3.2.1. Credibility Measure Simulation
For constraints of the form , where represents fuzzy demand or other fuzzy parameters, we use the following simulation in Algorithm 1:
where is a sufficiently small positive number, N is the number of simulation runs, and represents the constraint function.
| Algorithm 1 Fuzzy Simulation for Credibility Measure |
|
3.2.2. Expected Value Simulation
For expected value functions , we employ the following simulation approach in Algorithm 2:
| Algorithm 2 Fuzzy Simulation for Expected Value |
|
3.2.3. -Level Cost Simulation
For -cost optimization problems where we need to find the minimum cost in Algorithm 3 such that :
| Algorithm 3 Fuzzy Simulation for -Level Cost |
|
3.3. Genetic Algorithm Framework
The genetic algorithm is designed to handle the mixed-integer nature of the problem and the fuzzy constraint evaluation. The key components include the following:
3.3.1. Solution Representation
Solutions are represented as real-valued vectors under the following conditions: Production quantities are directly encoded; Binary setup variables are derived using a threshold mechanism; Distribution quantities are calculated based on production decisions.
3.3.2. Fitness Function
The fitness function combines the objective function value with penalty terms for constraint violations:
where are penalty coefficients and represent constraint violations.
3.3.3. Genetic Operators
Selection: Tournament selection with tournament size 3 is used to maintain population diversity.
Crossover: Uniform crossover is applied with probability .
Mutation: Gaussian mutation is employed with probability and adaptive mutation strength.
3.4. Hybrid Algorithm Implementation
The complete hybrid intelligent algorithm integrates the three fuzzy simulation techniques with genetic algorithms to solve the production–distribution planning problem Algorithm 4:
| Algorithm 4 Hybrid Intelligent Algorithm for Paper Manufacturing Planning |
|
Solution Representation and Operators
Chromosome Encoding: Each solution is represented as a real-valued vector with the following:
- Production quantities are directly encoded as real values;
- Binary variables are derived using threshold : if , else 0;
- Distribution quantities are calculated based on production decisions and demand requirements.
Crossover Operator: Uniform crossover is applied as follows:
Mutation Operator: Gaussian mutation with adaptive variance:
where decreases over generations: .
4. Computational Results and Analysis
This section presents the computational experiments conducted to evaluate the performance of the proposed methodology. The experiments were designed to demonstrate the effectiveness of the hybrid intelligent algorithm and analyze the impact of fuzzy uncertainty on the production–distribution planning decisions.
4.1. Experimental Setup
The computational experiments were conducted on a system with Intel Core i7-10700K processor and 32 GB RAM. The algorithm was implemented in Python 3.9 using NumPy and SciPy libraries. The fuzzy simulation component utilized 10,000 Monte Carlo samples for each constraint evaluation.
4.1.1. Test Instances
Five test instances of varying complexity were generated to evaluate the algorithm performance, as detailed in Table 1:
Table 1.
Test instance characteristics.
4.1.2. Fuzzy Parameter Specification
The fuzzy parameters were modeled using triangular fuzzy numbers based on historical data and expert knowledge, as shown in Table 2:
Table 2.
Fuzzy parameter distributions.
4.2. Algorithm Performance Analysis
The genetic algorithm parameters were optimized through preliminary experiments, as presented in Table 3:
Table 3.
Genetic algorithm parameters.
4.3. Comparison with Deterministic Approach
To evaluate the benefits of the fuzzy approach, the results were compared with a deterministic version that uses expected values for uncertain parameters, as shown in Table 4:
Table 4.
Cost comparison: Fuzzy vs. Deterministic Approach.
The results demonstrate that the fuzzy approach consistently outperforms the deterministic method, achieving cost reductions of 12.3–15.3% across all test instances. Figure 1 provides a comprehensive visualization of the algorithm performance, showing the cost comparison between fuzzy and deterministic approaches, computational efficiency across different problem instances, and the relationship between problem complexity and solution time.
Figure 1.
Paper manufacturing optimization performance analysis: (a) Cost comparison between proposed fuzzy approach and traditional deterministic method. (b) Computational efficiency showing CPU time requirements across problem instances. (c) Problem complexity analysis demonstrating scalability characteristics of the hybrid intelligent algorithm.
4.4. Sensitivity Analysis
4.4.1. Impact of Confidence Levels
The effect of different confidence levels on the solution quality was analyzed, as presented in Table 5:
Table 5.
Impact of confidence levels on total cost.
As expected, higher confidence levels result in increased costs due to the need for more conservative planning decisions.
Figure 2 provides a comprehensive view of the confidence level sensitivity analysis, revealing the trade-off between risk tolerance and operational costs. The main plot demonstrates the monotonic relationship between confidence levels and total costs across all problem instances. The heatmap analysis shows the percentage cost increase from the baseline confidence level ( = 0.70), with larger instances showing more pronounced sensitivity. The recommended operating point analysis suggests that = 0.82 provides an optimal balance between cost efficiency and risk management.
Figure 2.
Confidence level sensitivity analysis for paper manufacturing optimization: (a) Impact of confidence levels on total costs across different problem instances, (b) Heatmap showing percentage cost increase from baseline ( = 0.70), (c) Recommended operating point costs at optimal confidence level ( = 0.82).
4.4.2. Uncertainty Level Analysis
The impact of different uncertainty levels was studied by varying the spread of fuzzy parameters, as shown in Table 6:
Table 6.
Impact of uncertainty level on solution performance.
The results show that higher uncertainty levels lead to increased costs and inventory levels but provide greater operational flexibility.
4.5. Production–Distribution Coordination Analysis
The integration benefits were quantified by comparing the integrated model with sequential planning, as presented in Table 7:
Table 7.
Integration benefits analysis.
The coordination index measures the degree of alignment between production and distribution decisions, with values closer to 1 indicating better coordination.
4.6. Paper Manufacturing Specific Results
4.6.1. Grade Production Analysis
The optimal production allocation across different paper grades was analyzed, as shown in Table 8:
Table 8.
Paper grade production–distribution (Medium-1 Instance).
4.6.2. Facility Utilization Analysis
The capacity utilization across different facilities was evaluated, as presented in Table 9:
Table 9.
Facility utilization analysis.
4.7. Convergence Analysis
The convergence behavior of the genetic algorithm was analyzed across different problem sizes, as shown in Table 10:
Table 10.
Algorithm convergence analysis.
The results indicate that the algorithm converges consistently across all problem sizes, with larger instances requiring more generations but maintaining solution quality.
5. Discussion
The computational results demonstrate several key findings regarding the integrated production–distribution planning approach for paper manufacturing under fuzzy uncertainty:
Effectiveness of Fuzzy Modeling: The fuzzy approach consistently outperforms deterministic methods, achieving average cost reductions of 14.1% as shown in Table 4. This improvement stems from the ability to capture uncertainty more accurately and make robust decisions that perform well under various scenarios.
Integration Benefits: The integrated model provides significant advantages over sequential planning approaches, with cost improvements averaging 8.98% as shown in Table 7. This demonstrates the importance of coordinating production and distribution decisions in paper manufacturing supply chains.
Scalability: The hybrid intelligent algorithm shows good scalability properties, maintaining solution quality across different problem sizes while exhibiting reasonable computational times, as illustrated in Figure 1. The convergence analysis in Table 10 demonstrates consistent algorithm performance across all problem instances.
Practical Relevance: The paper manufacturing specific results indicate that the model can effectively handle industry characteristics such as grade specialization, facility utilization optimization, and quality requirements, as demonstrated in Table 8 and Table 9.
Robustness: The sensitivity analysis reveals that the approach provides robust solutions across different uncertainty levels and confidence requirements, making it suitable for practical implementation. The comprehensive analysis presented in Figure 2 and the uncertainty level analysis in Table 6 confirm the stability of the approach across varying operational conditions.
The research limitations include the assumption of independent fuzzy parameters and the focus on a single-objective optimization framework. Future extensions could consider correlation between uncertain parameters and multi-objective formulations incorporating environmental and social factors.
6. Conclusions
This research presents a comprehensive integrated production–distribution planning model for paper manufacturing under fuzzy uncertainty. The key contributions and findings include the following:
- 1.
- Development of a mathematical model that integrates production and distribution decisions while explicitly handling fuzzy uncertainty through credibility theory.
- 2.
- Design of a hybrid intelligent algorithm combining genetic algorithms with fuzzy simulation for effective problem solving.
- 3.
- Demonstration of significant cost improvements (12–18%) compared to deterministic approaches and (8–9%) compared to sequential planning.
- 4.
- Validation through extensive computational experiments showing robustness and scalability.
- 5.
- Industry-specific analysis demonstrating practical applicability to paper manufacturing operations.
The proposed methodology provides paper manufacturing companies with a robust framework for making production–distribution decisions under uncertain conditions. The fuzzy modeling approach offers flexibility in handling imprecise information while the genetic algorithm provides efficient optimization capabilities.
Future research directions include extending the model to incorporate multiple objectives, developing real-time optimization capabilities, and investigating the integration of sustainability factors into the decision-making framework. The approach could also be adapted to other manufacturing industries with similar characteristics.
The research contributes to both theoretical understanding of fuzzy optimization in supply chain management and practical tools for industrial implementation, bridging the gap between academic research and industry needs.
Author Contributions
Conceptualization, Y.B. and R.B.; methodology, R.B. and F.F.; software, R.B.; validation, A.B., Y.B. and A.T.; writing—original draft preparation, Y.B.; writing—review and editing, R.B., F.F. and A.T.; supervision, A.B.; project administration, Y.B. All authors have read and agreed to the published version of the manuscript.
Funding
This research received no external funding. The APC was funded by the authors’ institutions.
Institutional Review Board Statement
Not applicable.
Informed Consent Statement
Not applicable.
Data Availability Statement
The data presented in this study are available on request from the corresponding author. The data are not publicly available due to confidentiality agreements with industrial partners.
Acknowledgments
The authors thank the anonymous reviewers for their valuable comments and suggestions that improved the quality of this paper.
Conflicts of Interest
The authors declare no conflicts of interest.
References
- Papageorgiou, L.G. Supply chain optimisation for the process industries: Advances and opportunities. Comput. Chem. Eng. 2001, 25, 1121–1137. [Google Scholar] [CrossRef]
- Santos, M.O.; Almada-Lobo, B. Integrated pulp and paper mill planning and scheduling. Comput. Ind. Eng. 2012, 63, 1–12. [Google Scholar] [CrossRef]
- Zadeh, L.A. Fuzzy sets. Inf. Control 1965, 8, 338–353. [Google Scholar] [CrossRef]
- Liu, B. Uncertainty Theory, 2nd ed.; Springer: Berlin, Germany, 2007. [Google Scholar]
- Xu, J.; Zhou, X. Fuzzy-Like Multiple Objective Decision Making; Springer: Berlin, Germany, 2011. [Google Scholar]
- Peidro, D.; Mula, J.; Poler, R.; Lario, F.C. Quantitative models for supply chain planning under uncertainty: A review. Int. J. Adv. Manuf. Technol. 2009, 43, 400–420. [Google Scholar] [CrossRef]
- Torabi, S.A.; Hassini, E. An interactive possibilistic programming approach for multiple objective supply chain master planning. Fuzzy Sets Syst. 2008, 159, 193–214. [Google Scholar] [CrossRef]
- Gen, M.; Cheng, R. Genetic Algorithms and Engineering Optimization; Wiley: New York, NY, USA, 2000. [Google Scholar]
- Mula, J.; Poler, R.; García-Sabater, J.P.; Lario, F.C. Models for production planning under uncertainty: A review. Int. J. Prod. Econ. 2006, 103, 271–285. [Google Scholar] [CrossRef]
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content. |
© 2025 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (https://creativecommons.org/licenses/by/4.0/).