<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
<title>COMPUTING UNDERGRADUATE RESEARCH SYMPOSIUM</title>
<link href="http://repo.lib.sab.ac.lk:8080/xmlui/handle/susl/5285" rel="alternate"/>
<subtitle>ComURS 2026</subtitle>
<id>http://repo.lib.sab.ac.lk:8080/xmlui/handle/susl/5285</id>
<updated>2026-05-17T06:18:09Z</updated>
<dc:date>2026-05-17T06:18:09Z</dc:date>
<entry>
<title>A Multi-Dimensional Analysis of Infrastructure Considerations in Industrial Facility Placement Using Machine Learning</title>
<link href="http://repo.lib.sab.ac.lk:8080/xmlui/handle/susl/5292" rel="alternate"/>
<author>
<name>Dilanka, M.R.</name>
</author>
<author>
<name>Wasalthilaka, W.V.S.K.</name>
</author>
<id>http://repo.lib.sab.ac.lk:8080/xmlui/handle/susl/5292</id>
<updated>2026-05-15T10:07:16Z</updated>
<published>2026-01-28T00:00:00Z</published>
<summary type="text">A Multi-Dimensional Analysis of Infrastructure Considerations in Industrial Facility Placement Using Machine Learning
Dilanka, M.R.; Wasalthilaka, W.V.S.K.
Increasingly complex global economies are making the process of choosing factory locations&#13;
much more difficult for policymakers and investors. In their traditional form, assessments of&#13;
factory site locations no longer represent current factors affecting factory placements such as&#13;
new and improved transportation infrastructure and the growth of Industry 5.0, and as a result&#13;
do not give a long-term perspective on future industrial site placements. Therefore, the&#13;
study presents a data-driven approach, combining industrial location theory and modern predictive&#13;
analytics, to identify potential future factory locations. The approach recommended&#13;
in this study will require that these factors be analyzed on a national level using predictive&#13;
analysis techniques to determine the likelihood of future location suitability. Site selection&#13;
factors will include analyzing six primary determinants (electric service reliability, transport/logistics&#13;
performance, gross domestic product, inflation, trade openness, and political stability)&#13;
influencing industrial location decisions in 151 countries from 2000-2024. Various forecasting&#13;
techniques, such as vector auto-regression, random forest, XGBoost, linear regression, LSTM,&#13;
and a VAR-XGBoost hybrid, determined each factor’s projected 2024 value. MSE and R2&#13;
metrics indicated the model’s accuracy. The random forest combination achieved the highest&#13;
accuracy. The unique combination random forest achieved the highest level of accuracy. By&#13;
also aggregating predicted values into a weighted Composite Factory Suitability Index allows&#13;
for the establishment of a predictor of industrial location potential as well future location of&#13;
factories. This research offers an adaptive, predictive approach to evaluating factory site suitability,&#13;
enabling strategic decision-making for policymakers, investors, and industries globally&#13;
in a rapidly changing business environment.
</summary>
<dc:date>2026-01-28T00:00:00Z</dc:date>
</entry>
<entry>
<title>Hybrid Approach for Automated University Academic Timetable using Graph Coloring Techniques and Linear Programming Mathematical Resource Optimization Model</title>
<link href="http://repo.lib.sab.ac.lk:8080/xmlui/handle/susl/5291" rel="alternate"/>
<author>
<name>Gnanarathne, S.D.D.S</name>
</author>
<author>
<name>Kumara, P.G.P.</name>
</author>
<id>http://repo.lib.sab.ac.lk:8080/xmlui/handle/susl/5291</id>
<updated>2026-05-15T10:00:38Z</updated>
<published>2026-01-28T00:00:00Z</published>
<summary type="text">Hybrid Approach for Automated University Academic Timetable using Graph Coloring Techniques and Linear Programming Mathematical Resource Optimization Model
Gnanarathne, S.D.D.S; Kumara, P.G.P.
University course timetabling is a complex optimization problem that must satisfy multiple&#13;
hard and soft constraints. These include avoiding clashes among courses and lecturers, allocating&#13;
limited classroom and laboratory spaces, and ensuring efficient use of academic resources.&#13;
Traditional manual or semi-manual timetabling methods often result in scheduling conflicts, inefficient&#13;
utilization of facilities, and significant time wastage, which adversely affects academic&#13;
activities. To overcome these challenges, this study proposes an integrated approach that combines&#13;
graph coloring techniques with a linear mathematical optimization model to automate the&#13;
university timetabling process. The proposed methodology is adaptable to different academic&#13;
environments and institutional contexts. Its effectiveness is validated through a real-world case&#13;
study conducted at the Faculty of Computing, Sabaragamuwa University of Sri Lanka, using&#13;
academic and scheduling data analyzed with MATLAB. The study is organized into two main&#13;
phases. In the first phase, a graph-based model represents courses as vertices and scheduling&#13;
conflicts as edges. An adjacency matrix and the Welsh–Powell graph coloring algorithm are&#13;
employed to assign a minimum number of conflict-free time slots. In the second phase, a linear&#13;
programming model is applied to optimize room allocation with the objective of maximizing the&#13;
utilization of available lecture halls and laboratories. The results indicate that the proposed system&#13;
can produce completely conflict-free timetables while significantly enhancing lecture room&#13;
utilization. As a next step, the study aims to evaluate seat wastage by analyzing unoccupied&#13;
seating capacity. Future enhancements include increasing automation through the development&#13;
of a more user-friendly interface. Overall, this research provides a structured and practical solution&#13;
to the university timetabling problem, contributing to improved administrative efficiency&#13;
and effective resource utilization.
</summary>
<dc:date>2026-01-28T00:00:00Z</dc:date>
</entry>
<entry>
<title>An innovative heuristic algorithm for multi-objective transportation problems using improved ant colony algorithm</title>
<link href="http://repo.lib.sab.ac.lk:8080/xmlui/handle/susl/5290" rel="alternate"/>
<author>
<name>Premathilaka, M.H.H.D.N.</name>
</author>
<author>
<name>Ekanayake, E.M.U.S.B.</name>
</author>
<id>http://repo.lib.sab.ac.lk:8080/xmlui/handle/susl/5290</id>
<updated>2026-05-15T09:53:45Z</updated>
<published>2026-01-28T00:00:00Z</published>
<summary type="text">An innovative heuristic algorithm for multi-objective transportation problems using improved ant colony algorithm
Premathilaka, M.H.H.D.N.; Ekanayake, E.M.U.S.B.
The transportation problem is a well-known optimization challenge that aims at minimizing the&#13;
total costs for distributing resources from different sources to numerous destinations. In complicated&#13;
logistical situations, many objectives such as cost, time, and distance are optimized&#13;
together. This leads to the multi objective transportation problem where a productive compromise&#13;
solution is sought. Although literature has established various methods like goal and fuzzy&#13;
programming, these approaches often fall short for large-scale instances due to high computational&#13;
demands. In this study, an innovative heuristic algorithm is established using an Improved&#13;
Ant Colony Optimization approach combined with a harmonic cost matrix to aggregate&#13;
conflicting goals. The incremental novelty of this work is distinguished by the introduction of&#13;
a static probabilistic penalty mechanism. Unlike traditional methods requiring dynamic recalculations,&#13;
this deterministic approach utilizes a desirability matrix to simplify decision-making.&#13;
Furthermore, this research eliminates the standard reliance on dummy variables, maintaining&#13;
the original problem dimensionality and saving significant computational resources. The efficiency&#13;
of this technique is validated through benchmarks comparing the Improved ant colony&#13;
optimization method to other methods. Performance results demonstrate superior outcomes:&#13;
Example 1 achieves a 3.8% reduction in distance; Examples 2 and 5 yield identical optimal solutions;&#13;
Example 3 reduces time by 5.8%; and Example 4 achieves a 28.6% cost improvement.&#13;
It can definitely be concluded that the algorithm could be a highly powerful, flexible, and efficient&#13;
tool for dealing with large classes of optimization problems likely to occur in real-world&#13;
logistics.
</summary>
<dc:date>2026-01-28T00:00:00Z</dc:date>
</entry>
<entry>
<title>Five-color incidence coloring of the recursive modified claw graph</title>
<link href="http://repo.lib.sab.ac.lk:8080/xmlui/handle/susl/5289" rel="alternate"/>
<author>
<name>Rodrigo, P.G.N.</name>
</author>
<author>
<name>Perera, A.A.I</name>
</author>
<author>
<name>Mohommad, M.A.M.</name>
</author>
<id>http://repo.lib.sab.ac.lk:8080/xmlui/handle/susl/5289</id>
<updated>2026-05-15T09:42:41Z</updated>
<published>2026-01-28T00:00:00Z</published>
<summary type="text">Five-color incidence coloring of the recursive modified claw graph
Rodrigo, P.G.N.; Perera, A.A.I; Mohommad, M.A.M.
Graph theory is a branch of mathematics that studies how objects are connected using vertices&#13;
and edges. An important concept within this field is incidence coloring, where colors are&#13;
assigned to vertex edge pairs, called incidences, rather than to vertices or edges alone. The&#13;
minimum number of colors required to ensure that no two adjacent incidences receive the same&#13;
color is known as the incidence chromatic number, denoted by χi(G). This research introduces&#13;
the Recursive Modified Claw Graph, constructed from a four-edge base graph with one&#13;
central vertex of degree four with four leaves. The graph is expanded level by level attaching&#13;
new duplicates of the base graph to the leaves created in the previous level according to a&#13;
fixed recursive pattern, while maximum degree remains four. The general structure (Gn) has&#13;
V(n) = 6×3n−1 −1 vertices and E(n) = 6×3n−1 −2 edges for all n ≥ 1, where n ∈ Z+. A&#13;
cycling five color palette is introduced by rotating a level color cn through {1,2,3,4,5} while&#13;
each new center vertex uses the remain four colors, and all new leaf-side incidences use cn. An&#13;
induction proof shows this always gives a proper incidence coloring with χi(Gn) ≤ 5 for all&#13;
n ≥ 1 with potential applications in areas such as timetable scheduling, network optimization&#13;
and resource allocation, where conflict-free assignments are essential. This work extends existing&#13;
incidence coloring theory beyond trees and standard cactus graphs to structured claw-based&#13;
recursive families, contributing both theoretical insights and a scalable algorithmic framework.
</summary>
<dc:date>2026-01-28T00:00:00Z</dc:date>
</entry>
</feed>
