Indistinguishable objects often occur when modelling problems in constraint programming, as well as in other related paradigms. They occur when objects can be viewed as being drawn from a set of unlabelled objects, an...
详细信息
This article addresses the Flexible Job Shop Scheduling and Lot Streaming Problem (FJSSP-LS) under setup and transport resource constraints. While the related literature emphasises the lot streaming policy for time-ba...
详细信息
This article addresses the Flexible Job Shop Scheduling and Lot Streaming Problem (FJSSP-LS) under setup and transport resource constraints. While the related literature emphasises the lot streaming policy for time-based objectives, setup and transport resource constraints were not considered simultaneously with this policy, limiting the resulting schedule's applicability in practice. For this reason, we propose a novel constraint programming (CP) model enriched by an efficient variable and value ordering strategy specifically designed for the FJSSP-LS with resource constraints. We also present a CP-based iterative improvement method, CP-based Large Neighbourhood Search (CP-based LNS), that focuses on exploring large neighbourhoods through the CP model. Both models are initially tested for the FJSSP and have been shown to provide the best solutions to well-known benchmark instances. Next, they are used for the FJSSP-LS, and the proposed CP-based LNS improves the objective function value by 4.68 percent on average compared to the CP model for the generated test problems.
Ecological restoration is essential to curb the decline of biodiversity and ecosystems worldwide. Since the resources available for restoration are limited, restoration efforts must be cost-effective to achieve conser...
详细信息
Ecological restoration is essential to curb the decline of biodiversity and ecosystems worldwide. Since the resources available for restoration are limited, restoration efforts must be cost-effective to achieve conservation outcomes. Although decision support tools are available to aid in the design of protected areas, little progress has been made to provide such tools for restoration efforts. Here, we introduce the restoptr R package, a decision support tool designed to identify priority areas for ecological res-toration. It uses constraint programming-an artificial intelligence technique-to identify optimal plans given ecological and socioeconomic constraints. Critically, it can identify strategic locations to enhance connectivity and reduce fragmentation across a broader landscape using complex landscape metrics. We illustrate its usage with a case study in New Caledonia. By applying this tool, we identified priority areas for restoration that could reverse forest fragmentation induced by mining activ-ities in a specific area. We also found that relatively small investments could deliver large returns to restore connectivity. The restoptr R package is a free and open-source decision support tool available on the Comprehensive R Archive Network (https:// ***/package=restoptr).
constraints are a major factor shaping the conceptual space of many areas of creativity. We propose to use constraint programming techniques and off-the-shelf constraint solvers in the creative task of poetry writing....
详细信息
The scheduling of order-picking problems is a critical aspect of warehouse and distribution centre operations. The efficient execution of order picking requires determining the sequence in which it is needed to pick i...
详细信息
The scheduling of order-picking problems is a critical aspect of warehouse and distribution centre operations. The efficient execution of order picking requires determining the sequence in which it is needed to pick items from storage locations, as well as the assignment of employees to different picking tasks. In this paper, we present an approach to optimise the process using the Flexible Flow Shop Scheduling Problem (FFSSP), which encompasses multiple order fulfilment stages performing a set of operations on various machines (groups of employees) assigned to the picking stages (e.g., order creating, product collection, quality control, packing, shipment). The aim of the study was to determine the sequence of operations on the machines to minimise the order completion time while taking into account the available resources. We used IBM'sCP Optimizer. The computational experiments showed, on the one hand, the advantages of solver usage for relatively small instances providing optimal solutions, while on the other hand, it demonstrated its disadvantages as for 11 large instances from 24, optimal solutions were not found. Moreover, in 6 cases from 24 ones, the solution which was found was 94% worse than the optimal one.
We integrate integrity constraints to stableKanren to enable a new problem-solving paradigm in combinatorial search problems. stableKanren extends miniKanren to reasoning about contradictions under stable model semant...
详细信息
While large language models (LLMs) have recently demonstrated strong potential in solving planning problems, there is a trade-off between flexibility and complexity. LLMs, as zero-shot planners themselves, are still n...
详细信息
This paper addresses the problem of mining sequential patterns (SPM) from data represented as a set of sequences. In this work, we are interested in sequences of items in which each item is associated with its quantit...
详细信息
This paper addresses the problem of mining sequential patterns (SPM) from data represented as a set of sequences. In this work, we are interested in sequences of items in which each item is associated with its quantity. To the best of our knowledge, existing approaches don't allow to handle this kind of sequences under constraints. In the other hand, several proposals show the efficiency of constraint programming (CP) to solve SPM problem dealing with several kind of constraints. However, in this paper, we propose the global constraint QSPM which is an extension of the two CP-based approaches proposed in [5] and [7]. Experiments on real-life datasets show the efficiency of our approach allowing to specify many constraints like size, membership and regular expression constraints.
constraint programming (CP) is a powerful tool for modeling mathematical concepts and objects and finding both solutions or counterexamples. One of the major strengths of CP is that problems can easily be combined or ...
详细信息
The paper is concerned with predicting the total cost of a new product and searching for cost reduction at the early stages of product development. The costs of a new product development project, product promotion, pr...
详细信息
ISBN:
(纸本)9783030859107;9783030859091
The paper is concerned with predicting the total cost of a new product and searching for cost reduction at the early stages of product development. The costs of a new product development project, product promotion, production and after-sales service are predicted using parametric models. The identified relationships are also used to searching for possibilities to reduce the cost of faulty products and after-sales service through increasing prototype tests. As a result, the tradeoff between the cost of a product development project and costs of production and after-sales service are sought. Company resources and product specification are formulated in terms of variables and constraints that constitute the systems approach for a problem related to cost optimization. This problem is described in the form of a constraint satisfaction problem and implemented using constraint programming techniques. An example shows the applicability of the proposed approach in the context of searching for the desirable level of the cost related to prototype tests, faulty products and after-sales service. This study develops previous research in the context of adding the cost of after-sales service to a model of total costs of a new product. Moreover, the proposed method of predicting cost has been developed towards using the similarity value to data selection.
暂无评论