Next Article in Journal
The Effect of Cut-Off Frequency on Signal Features When Filtering Equine sEMG Signal from Selected Extensor Muscles
Previous Article in Journal
MSF-SLAM: Enhancing Dynamic Visual SLAM with Multi-Scale Feature Integration and Dynamic Object Filtering
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Evaluation of Disassembling Process Inference Based on Positional Relations Matrix

by
Kazuyuki Hanahara
* and
Kaori Yamada
Faculty of Science and Engineering, Iwate University, Morioka 020-8551, Japan
*
Author to whom correspondence should be addressed.
Appl. Sci. 2025, 15(9), 4736; https://doi.org/10.3390/app15094736
Submission received: 5 March 2025 / Revised: 11 April 2025 / Accepted: 17 April 2025 / Published: 24 April 2025
(This article belongs to the Special Issue ICEBA2024: Engineering, Physics, MEMS-Biosensors and Applications)

Abstract

:
Disassembling is an important process in the maintenance, reparation, and disposal of mechanical as well as structural systems. More often than not, however, disassembling processes are not prepared in advance; we need to organize the disassembling process based on the obtained arrangement information of the constituent parts of the system. In this study, we deal with a disassembling process inference based on the positional relations matrix. On the basis of the positional relations matrix, the geometrical constraints among the parts can be expressed in a general form. The developed disassembling process inference based on the matrix is considered to be practical. We have evaluated the practicality of the proposed disassembling process inference based on a number of disassembling problems which were generated by means of a problem-generation system based on random number generator. The obtained evaluation demonstrated that the proposed approach does not always result in the optimal disassembling process but provides a fairly appropriate disassembling process in general, and the required computational cost is considerably small. We concluded that the proposed disassembling process inference is practical enough.

1. Introduction

Disassembling is an important process for the maintenance, reparation, and disposal of mechanical as well as structural systems. An improper disassembling operation may cause severe damage to the system, or may result in injuries to operators or customers, as described in [1]. Assembling and disassembling are reversal operations; however, disassembling a machine is more difficult than assembling in general [2]. In addition, more often than not, disassembling processes are not prepared in advance. We need to organize a disassembling process based on the obtained arrangement information of the parts that make up the system to be disassembled.
A number of studies dealing with disassembling process generation have been reported to date. Santochi et al. [3] studied the development of a computer-aided disassembly planning system. Zhu et al. [4] proposed an information model for disassembly and optimal disassembly sequence generation. The approach is based on a linear programming optimization model and has dynamic capabilities by means of state-dependent information. Go et al. [5] dealt with a method used to find an optimal disassembly sequence beforehand in the product design phase, to increase the reusability. Parsa and Saadat [6] introduced new optimization parameters that evaluate disassembly aptitude in order to take into account the difficulty and feasibility of the disassembly operation; the genetic algorithm was employed to optimize the process sequence.
In recent studies, various types of computer-aided vision and machine learning technologies have also been applied for supporting assembly/disassembly operations [7,8,9,10]. Frizziero et al. [11] offered an approach to the design for disassembly (DfD) to reduce the time and cost of disassembling a product and proposed a system that visualizes the generated disassembly sequence in augmented reality (AR) to support inexperienced operators in disassembly tasks; they used a gearbox as the target of their case study. De Fazio et al. [12] developed a method to visually map the disassembly of a product, showing different routes towards target components; the map was based on analyses of vacuum cleaners. Research on disassembly sequence generation for sustainability has attracted considerable attention as well [13,14]. To facilitate the long-term use and recyclability of vehicles, Toyota has worked to design parts to be more easily removed from their vehicles [15]; the easy-to-dismantle structures are practically applied to their modules. They have developed a matrix-based design method for circular economy.
In order to deal with the various disassembling problems in general form, we are studying an approach based on positional relation information among the parts [16]. On the basis of our approach [17] based on the positional relations matrix that contains positional relation information among the parts, it is considered to be possible to formulate and solve various disassembling problems. The approach is considered to be efficient and applicable to various cases in principle; however, the computational cost and the optimality of the generated disassembling processes have not yet been confirmed.
In the current study, we evaluate the applicability of the disassembling process inference based on the positional relations matrix. We have developed a disassembling-problem generation system that generates block pattern-based disassembling problems [18], which adopts a random walk process [19] for the placement of blocks. On the basis of the generated disassembling problems, we evaluate the applicability, the efficiency, and the optimality of the disassembling process inference approach based on the positional relations matrix.

2. Disassembling Process Inference Based on Positional Relations Matrix

For the disassembling process inference of a mechanical or structural system, we need to describe the relevant constraints among the parts. In the current study, we adopt the positional relations matrix that describes the geometrical constraints among the parts. In this section, we develop a generalized procedure of our previous disassembling process inference [17] based on the positional relations matrix. We also develop an optimal disassembling-process generation based on the positional relations matrix by means of the permutation.

2.1. Positional Relations Matrix

The positional relations matrix adopted in the current study describes the impeding conditions among the parts. The matrix is expressed as
M = M 11 M 1 N M N 1 M N N
for a system consisting of N parts. Matrix element M i j is expressed as a binary number and denotes the impeding conditions of part i for part j; the kth bit of M i j expresses that part i impedes (1) or does not impede (0) the motion of part j in its corresponding direction. For the diagonal elements of M , accordingly M i i = 0 .
In the case that the motion of a part to be disassembled is confined to the translational directions of the spatial (3D) coordinates, M i j is expressed as a 6-bit binary number, where the bit 0 denotes the impeding condition in X-positive direction, the bit 1 corresponds to X-negative direction, the bit 2 corresponds to the Y-positive direction, and so on. For a system shown in Figure 1 that consists of 5 parts, the impeding conditions of part 1 for parts 2 5 are expressed as M 12 = 101000 , M 13 = 001000 , M 14 = 110011 , M 15 = 110011 , where the value of M 12 expresses that part 1 impedes the motion of part 2 in Y-negative and Z-negative directions that correspond to bit 3 and bit 5, and so on.
The positional relations matrix can be extended and generalized for any number of moving directions for disassembly. In addition, even curvilinear disassembling motions can be taken into account by adopting suitable curvilinear coordinates for such part motions, since the crucial point of the positional relations matrix is to describe the impeding conditions among the parts in an abstract sense. In the current study, we adopt two-dimensional disassembling problems for the computation example. In cases where the part motion is confined to the translational directions of the plane coordinates, each of the matrix element M i j is expressed as a 4-bit binary number.

2.2. Disassembling Process Inference

2.2.1. Preparation of Disassembly-Move Sets and Disassembly-Part Sets

We refer to a pair ( j , k ) that consists of part j and disassembly direction k as a disassembly move. On the basis of the positional relations matrix, we can obtain the set of immediate disassembly moves; that is, the set of pairs of parts and disassembly direction that are immediately available, as follows:
A 1 = { ( j , k ) | M i j k = 0 for all i }
where M i j k denotes the kth bit value of M i j . Equation (1) expresses that A 1 consists of disassembly moves ( j , k ) , such that part j can be immediately disassembled in direction k, since there are no impeding parts i in the direction such that M i j k = 1 . Set A 1 gives the following set of immediate disassembly parts:
P 1 = { j | ( j , k ) A 1 for some k }
The set of two-stage disassembly moves is then obtained as
A 2 = { ( j , k ) | ( j , k ) A 1   a n d   P 1 i   s u c h   t h a t   M i j k = 1 }
Equation (3) denotes that a disassembly move ( j , k ) in A 2 is not immediately available but can be available after all of the parts in P 1 are removed, since all the impeding parts i for the move ( j , k ) , such that M i j k = 1 are in the set of immediate disassembly parts P 1 . Set A 2 accordingly gives the set of two-stage disassembly parts:
P 2 = { j | ( j , k ) A 2   f o r   s o m e   k }
Accordingly, we obtain the set of n-stage disassembly moves in the same manner as
A n = { ( j , k ) | ( j , k ) A 1 ( n 1 )   a n d   P 1 ( n 1 ) i   f o r   M i j k = 1 }
where A 1 n = A 1 A n is the set of disassembly moves to be available by n stages and P 1 n = P 1 P n is the set of parts to be disassembled by n stages. The set of n-stage disassembly parts is obtained as well.
P n = { j | ( j , k ) A n   f o r   s o m e   k }
This preparation process continues until the Rth stage, where all the combinations of disassembly moves ( j , k ) are included in the unified disassembly-move set A 1 R . At the end of this preparation process, we obtain the disassembly-move sets A 1 , , A R as well as the corresponding disassembly-part sets P 1 , , P R .

2.2.2. Generation of Disassembling Process for Specified Parts

On the basis of the disassembly-move sets, we can generate a disassembling process for specified part J by means of the following procedure:
  • Procedure: Disassembling Process (J)
Generate a disassembling sequence for specified part J as follows:
(1)
Search for a disassembly move ( J , K ) A N corresponding to the specified part J. The search of such A N is conducted from A 1 to A R , since a move that is available in earlier stage is expected to have fewer impeding parts. Adopt the first detected ( J , K ) A N .
(2)
Use Sub-Procedure A as Mark Move ( N , ( J , K ) ) to mark the disassembly moves required to be performed in order to make move ( J , K ) A N feasible.
(3)
Use Sub-Procedure B as Generate Sequence (J) to generate the sequence of disassembly moves, finally achieving move ( J , K ) A N .
  • Sub-Procedure A: Mark Move ( n , ( j , k ) )
Mark the required disassembly moves in A 1 , , A n in order to achieve move ( j , k ) A n ; that is, mark the moves corresponding to the impeding parts for move ( j , k ) A n as well as the move itself.
(1)
Mark ( j , k ) A n .
(2)
If n = 1 , then the specified move ( j , k ) A 1 is immediately feasible. Terminate this sub-procedure.
(3)
( n > 1 ) There are impeding parts for move ( j , k ) A n . For each part i, such that M i j k = 1 , search for a disassembly move ( i , l ) A m corresponding to part i from A 1 to A n 1 and use this procedure in a recursive manner as Mark Move ( m , ( i , l ) ).
  • Sub-Procedure B: Generate Sequence (J)
Generate a disassembling sequence for part J based on the disassembly moves that are marked by above Sub-Procedure A.
(0)
Set initial values as m = 1 (stage number), n = 0 (sequence length), S 0 = [ ] (sequence (empty)), D = (already disassembled-part set (empty)).
(1)
For all the marked move ( j , k ) A m , if j D then add the move ( j , k ) at the end of sequence S n as ( j n + 1 , k n + 1 ) . Increment sequence length as n n + 1 and update the disassembled-part set D D { j } .
(2)
If j n = J , that is, the disassembly of the target part is achieved, then the required sequence of moves is accomplished as S n = [ ( j 1 , k 1 ) , , ( j n , k n ) ] where j n = J is the target part; terminate this sub-procedure.
(3)
Increment stage number as m m + 1 and repeat from step (1).
The procedure gives a feasible disassembling process as a sequence of disassembly moves; however, the optimality of the generated process is not guaranteed. There are plural possibilities of selection of candidate moves ( J , K ) A N at step (1) and ( i , l ) A m at step (3). In the current study, we adopt the corresponding move from the earliest stage; however, any such move can be available for the generation of a feasible disassembling process. In other words, there can be other selections of moves that result in a better disassembling process.
The recursive use of Sub-Procedure A: Mark Move in step (3) can be processed in a parallel manner. It should be noted that the information of marked disassembly moves has to be shared by all the processing units. This possibility of parallel processing is considered to be effective, especially in the case of the search for an optimal disassembling process.

2.3. Generating Optimal Disassembling Process

A disassembling sequence of n moves can be expressed as S n = [ ( j 1 , k 1 ) , ( j 2 , k 2 ) , ⋯, ( j n , k n ) ] where j α j β ( α β ) , which represents to remove part j 1 in direction k 1 , then part j 2 in direction k 2 , and so on. The mth move ( j m , k m ) ( 1 m n ) is feasible in the case that for any i ( i = 1 , , N ), M i j m k m = 0 or i { j 1 , , j m 1 } ; that is, for any part i, it does not impede the move ( j m , k m ) or it is already removed as a part of the preceding moves. Disassembling sequence S n = [ ( j 1 , k 1 ) , ( j 2 , k 2 ) , ⋯, ( j n , k n ) ] is a feasible disassembling process for part j n , in the case that all the moves ( j m , k m ) ( m = 1 , , n ) are feasible.
A number sequence j 1 , , j n can create a feasible disassembling process for part j n , in the case that there exist k 1 , , k n which make all the moves ( j 1 , k 1 ) , ⋯, ( j n , k n ) feasible. Accordingly, for a disassembling problem of N parts, examining all the permutations of 1 , , N as j 1 , , j N , checking the possibility of making its partial sequence j 1 , , j n   ( 1 n N ) feasible disassembling sequence where j n = J , and evaluating the optimality of the sequence, we can obtain the optimal disassembling process for any specified part J. It should be noted that the computation cost required for this optimal disassembling process generation is O ( N ! ) .

3. Evaluating Disassembling Process Inference

In order to evaluate the performance and efficiency of the disassembling process inference developed in Section 2.2, we employ a disassembling-problem generation system [18]. The system is able to generate two-dimensional block-pattern-based disassembling problems consisting of any number of parts. The approach is based on a weighted random walk; that is, it places parts consisting of four to six square blocks at empty cells in the course of the walk. The point is that the direction of the walk has a weak tendency towards the origin in order to keep the state of aggregation as an assembled system.
Figure 2 and Figure 3 show examples of randomly generated disassembling problems of 12 parts and their obtained disassembling processes. The red parts are the target part and the parts to be disassembled; the arrows in the parts indicate the disassembly moves. Figure 2b and Figure 3b are the optimal disassembling processes of minimum moves obtained by the permutation approach indicated in Section 2.3. Figure 2c and Figure 3c are the disassembling processes obtained by the proposed disassembling process inference.
The disassembling processes shown in Figure 2b,c are the same; however, the disassembling processes shown in Figure 3b,c are different. These results show that the proposed disassembling process inference is not guaranteed to generate the optimal disassembling process. We evaluate the computational cost for disassembling process inference in terms of the number of evaluations of elements of the positional relations matrix. Comparing the numbers of evaluations required to obtain the results shown in Figure 2b ( 3.8 × 10 9 ) and Figure 2c (730) as well as Figure 3b ( 2.6 × 10 9 ) and Figure 3c (960), it is demonstrated that the computational cost by means of the proposed approach is considerably less than the computational cost by means of the permutation approach.
On the basis of 20 randomly generated disassembling problems of 12 parts, the average numbers of disassembly moves are 2.70 by means of the permutation approach and 3.15 by means of the proposed inference approach. Fifteen of the twenty results (75%) are of the same numbers of moves for both permutation and the inference approaches in this case; however, there is one result that the inference approach gives seven moves while the optimal result has only three moves.
Table 1 shows the averaged computational costs of the proposed disassembling process inference for the generated disassembling problems of various numbers of parts. The results indicate that the computational cost of the proposed inference approach is less than O ( N 2 ) for the N-part problem. Compared with the computational cost O ( N ! ) for N-part problem of the permutation approach, the proposed inference approach is considered to be practical enough from this point of view.
Figure 4 shows typical examples of a disassembling process for a 40-part system based on the proposed inference approach. Figure 4a shows an appropriate disassembling process; however, the result shown in Figure 4b seems fairly redundant. On the basis of the obtained disassembling process shown in Figure 4b2, we can see the possibility of a disassembling process of two fewer steps without the disassembly moves of the top and the bottom parts, by assuming the leftward move to all the parts to be disassembled. This result also demonstrates that the proposed inference approach does not always generate the optimal disassembling process. It should be noted, however, that the permutation approach cannot be applied to a disassembling problem of this number of parts because of the computational cost of O ( N ! ) .

4. Concluding Remarks

Geometrical constraints among the constituent parts are a fundamental factor for the disassembly of systems consisting of a number of parts. We adopt the positional relations matrix of binary elements to describe the geometrical constraints. On the basis of the matrix, a disassembling process inference approach was developed in a general form. The approach can be applied to any disassembling problem expressed in terms of the positional relations matrix.
In the current study, we have evaluated the proposed disassembling process inference approach based on two-dimensional disassembling problems, which were generated by a random number-based disassembling problem generation system. The disassembling problems adopted for the evaluation appear relatively simple because of their two-dimensionality; however, they exhibit a complicated nature comparable to practical problems in case of a sufficient number of constituent parts.
From the viewpoint of the optimality of the results, the obtained disassembling processes based on the proposed inference approach were fairly appropriate; however, it was confirmed that the proposed inference approach does not always result in the optimal disassembling process. In the proposed approach, there actually is some arbitrariness in the marking process of impeding parts, as mentioned in Section 2.2.2. We are studying this point to improve the disassembling process to be generated. From the viewpoint of the computational cost, it was demonstrated that the proposed inference approach is quite practical and the computational cost is O ( N 2 ) , compared with the computational cost of O ( N ! ) of the permutation approach that always gives the optimal results. We conclude that the proposed disassembling process inference approach based on the positional relations matrix is practical enough.
The proposed disassembling process inference is expected to have a wide range of applicability because of the generality and extensibility of the positional relations matrix, as mentioned in Section 2.1. From the optimality viewpoint, it is considered to be possible to employ a criterion other than the number of disassembling moves for the target part, such as the required work time or the total mass of the disassembled parts, by customizing the selection from the possible candidate moves suggested in Section 2.2.2.
The positional relations matrix is assumed to be constant in the current study. Dynamic impeding conditions—that is, impeding conditions among parts depending on the order of disassembling parts or so-called compound moves—cannot be dealt with. Mechanical conditions of such as supported or supporting parts are currently not taken into account either. Expanding the positional relations matrix to include intermediate states of part condition and introducing logical operation among the matrix elements to determine a part’s propensity for disassembly are promising candidate topics to be undertaken. Such an extension of the disassembling process inference is also a topic that can be addressed in future work.

Author Contributions

Conceptualization, K.Y.; Methodology, K.H. and K.Y.; Software, K.H.; Writing—original draft, K.H.; Visualization, K.H. and K.Y.; Funding acquisition, K.Y. All authors have read and agreed to the published version of the manuscript.

Funding

This research was supported by JSPS KAKENHI Grant Number JP 23K11719.

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

The data presented in this study are generated by our original computer program that is not publicly available. The data as well as the computer program can be partially available on request from the corresponding author.

Conflicts of Interest

The authors declare no conflicts of interest.

References

  1. U.S. Bureau of Labor Statistics. National Census of Fatal Occupational Injuries in 2021. Available online: https://www.bls.gov/news.release/archives/cfoi_12162022.pdf (accessed on 17 January 2023).
  2. Vongbunyong, S.; Chen, W.H. General Disassembly Process. In Disassembly Automation: Automated Systems with Cognitive Abilities (Sustainable Production, Life Cycle Engineering and Management); Springer: Berlin/Heidelberg, Germany, 2015; pp. 9–24. [Google Scholar]
  3. Santochi, M.; Dini, G.; Failli, F. Computer aided disassembly planning: State of the art and perspectives. Proc. CIRP Ann. 2002, 51, 507–529. [Google Scholar] [CrossRef]
  4. Zhu, B.; Sarıgeçili, M.İ.; Roy, U. Disassembly information model incorporating dynamic capabilities for disassembly sequence generation. Robot. Comput. Integr. Manuf. 2013, 29, 396–409. [Google Scholar] [CrossRef]
  5. Go, T.F.; Wahab, D.A.; Ab Rahman, M.N.; Ramli, R.; Hussain, A. Genetically optimised disassembly sequence for automotive component reuse. Expert Syst. Appl. 2012, 39, 5409–5417. [Google Scholar] [CrossRef]
  6. Parsa, S.; Saadat, M. Intelligent selective disassembly planning based on disassemblability characteristics of product components. Int. J. Adv. Manuf. Technol. 2019, 104, 1769–1783. [Google Scholar] [CrossRef]
  7. Brogan, D.P.; DiFilippo, N.M.; Jouaneh, M.K. Deep learning computer vision for robotic disassembly and servicing applications. Array 2021, 12, 100094. [Google Scholar] [CrossRef]
  8. Guo, X.; Bi, Z.; Wang, J.; Qin, S.; Liu, S.; Qi, L. Reinforcement Learning for Disassembly System Optimization Problems: A Survey. Int. J. Netw. Dyn. Intell. 2023, 2, 1–14. [Google Scholar] [CrossRef]
  9. Nakamura, K.; Yamamoto, Y.; Nishimura, M.; Shiono, Y.; Shirasawa, R.; Nakano, T.; Aoki, T. Regularizing Oversmoothing of Temporal Convolutional Networks for Action Segmentation into Human Assembly Operations. J. Signal Process. 2023, 27, 75–79. [Google Scholar] [CrossRef]
  10. Kumar, M.R.M.; Ravi, C. A Novel Deep Reinforcement Learning Approach for Stability-Based Parallel Disassembly Sequence Planning Problem. SN Comput. Sci. 2025, 6, 265. [Google Scholar] [CrossRef]
  11. Frizziero, L.; Liverani, A.; Caligiana, G.; Donnici, G.; Chinaglia, L. Design for Disassembly (DfD) and Augmented Reality (AR): Case Study Applied to Gearbox. Machines 2019, 7, 29. [Google Scholar] [CrossRef]
  12. De Fazio, F.; Bakker, C.; Flipen, B.; Balkenende, R. The Disassembly Map: A new method to enhance design for product repairability. J. Clean. Prod. 2021, 320, 128552. [Google Scholar] [CrossRef]
  13. Chen, X.; Zhu, S.; Jiang, Z.; Yan, W.; Wang, Y.; Zhang, H. A rule-driven method for disassembly sequence real-time planning of intelligent mixed-flow disassembly line. Comput. Ind. Eng. 2024, 198, 110666. [Google Scholar] [CrossRef]
  14. Ren, Y.; Meng, L.; Tian, G.; Li, Z.; Li, Y. An Efficient m-Step Lookahead Rollout Algorithm for Profit-Oriented Selective Disassembly Sequence Planning with Operation Stochastic Failure. Eng. Appl. Artif. Intell. 2025, 145, 11017. [Google Scholar] [CrossRef]
  15. Kunishi, D.; Iwahara, R.; Ishikawa, H.; Tsuruta, R.; Takeda, M.; Fukuhara, T.; Hamabe, T.; Nagai, T. Initiatives for Making Vehicles and Parts Easier to Dismantle. TOYOTA Tech. Rev. 2025, 70, 11–21. [Google Scholar]
  16. Shinoda, S.; Shimozawa, K.; Niwa, A.; Kawase, T.; Matsumoto, T.; Mizumachi, T. A proposal for prototype free production preparation processes utilizing 3DCG animations. Ind. Eng. Manag. Syst. 2009, 8, 109–120. [Google Scholar]
  17. Yamada, K.; Monma, T.; Hanahara, K. Disassembling process inference using positional relations matrix for complicated machines. Mech. Eng. Res. 2023, 11, 1–8. [Google Scholar] [CrossRef]
  18. Hanahara, K.; Yamada, K. Generating benchmark problems for disassembling process inference. Manuf. Syst. Div. Conf. 2024, 2024, 168–171. (In Japanese) [Google Scholar] [CrossRef]
  19. Shannon, R.E. Systems Simulation (the Art and Science); Prentice-Hall: Englewood Cliffs, NJ, USA, 1975; Section 2.10. [Google Scholar]
Figure 1. Example combination of parts to be disassembled.
Figure 1. Example combination of parts to be disassembled.
Applsci 15 04736 g001
Figure 2. Disassembling process generation example (1).
Figure 2. Disassembling process generation example (1).
Applsci 15 04736 g002
Figure 3. Disassembling process generation example (2).
Figure 3. Disassembling process generation example (2).
Applsci 15 04736 g003
Figure 4. Typical disassembling processes of a 40-part system based on the proposed approach.
Figure 4. Typical disassembling processes of a 40-part system based on the proposed approach.
Applsci 15 04736 g004
Table 1. Computational cost evaluations of proposed approach.
Table 1. Computational cost evaluations of proposed approach.
Number of parts10301003001000
Computational cost 5.9 × 10 2 4.2 × 10 3 3.4 × 10 4 2.5 × 10 5 2.3 × 10 6
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.

Share and Cite

MDPI and ACS Style

Hanahara, K.; Yamada, K. Evaluation of Disassembling Process Inference Based on Positional Relations Matrix. Appl. Sci. 2025, 15, 4736. https://doi.org/10.3390/app15094736

AMA Style

Hanahara K, Yamada K. Evaluation of Disassembling Process Inference Based on Positional Relations Matrix. Applied Sciences. 2025; 15(9):4736. https://doi.org/10.3390/app15094736

Chicago/Turabian Style

Hanahara, Kazuyuki, and Kaori Yamada. 2025. "Evaluation of Disassembling Process Inference Based on Positional Relations Matrix" Applied Sciences 15, no. 9: 4736. https://doi.org/10.3390/app15094736

APA Style

Hanahara, K., & Yamada, K. (2025). Evaluation of Disassembling Process Inference Based on Positional Relations Matrix. Applied Sciences, 15(9), 4736. https://doi.org/10.3390/app15094736

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop