Pres2
Pres2
The expansion of a node q in a tree is done by One test problem with 25 parts and 10
inserting an unassigned machine j to any one machines required 37.62 CPU seconds to
of the k sets at a time in node q and therefore solve. However, the algorithm did not
creates k different successor nodes for node terminate within 30 CPU minutes on problems
q. Since a machine is assigned to a machine involving 17 machines. Obviously, the
cell at a node, constraint (4) is always algorithm is not very effective for large
satisfied. Also a node which contains a partial problems.
solution violating constraint (3) will be pruned.
A goal state is reached when all machines CONCLUSIONS
have been assigned.
In this paper, a 0-1 quadratic model for the
Algorithm A* requires the selection of an machine allocation problem was formulated.
evaluation function f(q) = g(q) + h(q). The The model considered many manufacturing
function g(q) is the minimum cost incurred in factors and was solved optimally by algorithm
a path from the initial node to node q. Assume A*.
that q machines have been assigned at node
q. The g(q) is defined as: REFERENCES
(8)