85 research outputs found

    A time predefined variable depth search for nurse rostering

    Get PDF
    This paper presents a variable depth search for the nurse rostering problem. The algorithm works by chaining together single neighbourhood swaps into more effective compound moves. It achieves this by using heuristics to decide whether to continue extending a chain and which candidates to examine as the next potential link in the chain. Because end users vary in how long they are willing to wait for solutions, a particular goal of this research was to create an algorithm that accepts a user specified computational time limit and uses it effectively. When compared against previously published approaches the results show that the algorithm is very competitive

    Modulatory effects of heparin and short-length oligosaccharides of heparin on the metastasis and growth of LMD MDA-MB 231 breast cancer cells in vivo

    Get PDF
    Expression of the chemokine receptor CXCR4 allows breast cancer cells to migrate towards specific metastatic target sites which constitutively express CXCL12. In this study, we determined whether this interaction could be disrupted using short-chain length heparin oligosaccharides. Radioligand competition binding assays were performed using a range of heparin oligosaccharides to compete with polymeric heparin or heparan sulphate binding to I125 CXCL12. Heparin dodecasaccharides were found to be the minimal chain length required to efficiently bind CXCL12 (71% inhibition; P<0.001). These oligosaccharides also significantly inhibited CXCL12-induced migration of CXCR4-expressing LMD MDA-MB 231 breast cancer cells. In addition, heparin dodecasaccharides were found to have less anticoagulant activity than either a smaller quantity of polymeric heparin or a similar amount of the low molecular weight heparin pharmaceutical product, Tinzaparin. When given subcutaneously in a SCID mouse model of human breast cancer, heparin dodecasaccharides had no effect on the number of lung metastases, but did however inhibit (P<0.05) tumour growth (lesion area) compared to control groups. In contrast, polymeric heparin significantly inhibited both the number (P<0.001) and area of metastases, suggesting a differing mechanism for the action of polymeric and heparin-derived oligosaccharides in the inhibition of tumour growth and metastases

    Tabu Search with Consistent Neighbourhood for Strip Packing

    Get PDF
    This paper introduces a new tabu search algorithm for a strip packing problem. It integrates several key features: A consistent neighborhood, a fitness function including problem knowledge, and a diversification based on the history of the search. The neighborhood only considers valid, sometimes partial, packings. The fitness function incorporates measures related to the empty spaces. Diversification relies on a set of historically “frozen” objects. Experimental results are shown on a set of well-known hard instances and compared with previously reported tabu search algorithms as well as the best performing algorithms

    Jigsaw image mosaics

    No full text
    Figure 1: The Jigsaw Image Mosaic (JIM) algorithm takes as input an arbitrarily-shaped container image and a set of image tiles of arbitrary shape (left) and generates a mosaic (right); it then packs the container as compactly as possible with tiles of similar color to the container taken from the input set while optionally deforming them slightly to achieve a more visually-pleasing effect. This paper introduces a new kind of mosaic, called Jigsaw Image Mosaic (JIM), where image tiles of arbitrary shape are used to compose the final picture. The generation of a Jigsaw Image Mosaic is a solution to the following problem: given an arbitrarily-shaped container image and a set of arbitrarily-shaped image tiles, fill the container as compactly as possible with tiles of similar color to the container taken from the input set while optionally deforming them slightly to achieve a more visuallypleasing effect. We approach the problem by defining a mosaic as the tile configuration that minimizes a mosaicing energy function. We introduce a general energy-based framework for mosaicing problems that extends some of the existing algorithms such as Photomosaics and Simulated Decorative Mosaics. We also present a fast algorithm to solve the mosaicing problem at an acceptable computational cost. We demonstrate the use of our method by applying it to a wide range of container images and tiles
    corecore