中文
相关论文

相关论文: Soft Concurrent Constraint Programming

200 篇论文

In this paper, we introduce a set of tools for providing user-friendly explanations in an explanation-based constraint programming system. The idea is to represent the constraints of a problem as an hierarchy (a tree). Users are then…

编程语言 · 计算机科学 2007-05-23 Narendra Jussien , Samir Ouis

A wide-spectrum language integrates specification constructs into a programming language in a manner that treats a specification command just like any other command. This paper investigates a semantic model for a wide-spectrum language that…

计算机科学中的逻辑 · 计算机科学 2016-09-02 Robert J. Colvin , Ian J. Hayes , Larissa A. Meinicke

In real-life temporal scenarios, uncertainty and preferences are often essential and coexisting aspects. We present a formalism where quantitative temporal constraints with both preferences and uncertainty can be defined. We show how three…

人工智能 · 计算机科学 2021-04-12 F. Rossi , K. B. Venable , N. Yorke-Smith

We propose the use of Soft Constraints as a natural way to model Service Oriented Architecture. In the framework, constraints are used to model components and connectors and constraint aggregation is used to represent their interactions.…

人工智能 · 计算机科学 2009-06-23 Stefano Bistarelli , Francesco Santini

Constraint Programming (CP) has proved an effective paradigm to model and solve difficult combinatorial satisfaction and optimisation problems from disparate domains. Many such problems arising from the commercial world are permeated by…

人工智能 · 计算机科学 2018-08-08 Neil Yorke-Smith , Carmen Gervet

The success of several constraint-based modeling languages such as OPL, ZINC, or COMET, appeals for better software engineering practices, particularly in the testing phase. This paper introduces a testing framework enabling automated test…

软件工程 · 计算机科学 2015-03-17 Nadjib Lazaar , Arnaud Gotlieb , Lebbah Yahia

The CLP scheme uses Horn clauses and SLD resolution to generate multiple constraint satisfaction problems (CSPs). The possible CSPs include rational trees (giving Prolog) and numerical algorithms for solving linear equations and linear…

编程语言 · 计算机科学 2010-02-09 M. H. van Emden

The concurrent logical framework CLF is an extension of the logical framework LF designed to specify concurrent and distributed languages. While it can be used to define a variety of formalisms, reasoning about such languages within CLF has…

计算机科学中的逻辑 · 计算机科学 2013-07-30 Iliano Cervesato , Jorge Luis Sacchini

To model combinatorial decision problems involving uncertainty and probability, we extend the stochastic constraint programming framework proposed in [Walsh, 2002] along a number of important dimensions (e.g. to multiple chance constraints…

人工智能 · 计算机科学 2009-05-26 Suresh Manandhar , Armagan Tarim , Toby Walsh

The contribution of this paper is to provide a semantic model (using soft constraints) of the words used by web-users to describe objects in a language game; a game in which one user describes a selected object of those composing the scene,…

计算与语言 · 计算机科学 2010-05-31 Sergio Guadarrama , David P. Pancho

Combining a set of existing constraint solvers into an integrated system of cooperating solvers is a useful and economic principle to solve hybrid constraint problems. In this paper we show that this approach can also be used to integrate…

编程语言 · 计算机科学 2007-05-23 Petra Hofstedt , Peter Pepper

In this paper, we study the possibility of designing non-trivial random CSP models by exploiting the intrinsic connection between structures and typical-case hardness. We show that constraint consistency, a notion that has been developed to…

人工智能 · 计算机科学 2011-10-12 J. Culberson , Y. Gao

The Massively Parallel Computation (MPC) model serves as a common abstraction of many modern large-scale data processing frameworks, and has been receiving increasingly more attention over the past few years, especially in the context of…

分布式、并行与集群计算 · 计算机科学 2020-01-08 Danupon Nanongkai , Michele Scquizzato

We study here a natural situation when constraint programming can be entirely reduced to rule-based programming. To this end we explain first how one can compute on constraint satisfaction problems using rules represented by simple…

人工智能 · 计算机科学 2007-05-23 Krzysztof R. Apt , Eric Monfroy

The proposed framework provides a general model of concurrent imperative programming. Programs are modeled as formal languages and concurrency as an interleaving (or shuffle) operator. This yields a simple and elegant algebra of programs.…

编程语言 · 计算机科学 2012-09-11 Stephan van Staden

In constraint programming and related paradigms, a modeller specifies their problem in a modelling language for a solver to search and return its solution(s). Using high-level modelling languages such as Essence, a modeller may express…

人工智能 · 计算机科学 2025-11-17 Özgür Akgün , Mun See Chang , Ian P. Gent , Christopher Jefferson

To model combinatorial decision problems involving uncertainty and probability, we introduce scenario based stochastic constraint programming. Stochastic constraint programs contain both decision variables, which we can set, and stochastic…

人工智能 · 计算机科学 2009-03-09 S. Armagan Tarim , Suresh Manandhar , Toby Walsh

Writing multimedia interaction systems is not easy. Their concurrent processes usually access shared resources in a non-deterministic order, often leading to unpredictable behavior. Using Pure Data (Pd) and Max/MSP is possible to program…

计算机科学中的逻辑 · 计算机科学 2015-10-13 Mauricio Toro , Camilo Rueda , Carlos Agón , Gérard Assayag

A wide range of problems can be modelled as constraint satisfaction problems (CSPs), that is, a set of constraints that must be satisfied simultaneously. Constraints can either be represented extensionally, by explicitly listing allowed…

人工智能 · 计算机科学 2013-07-09 Evgenij Thorstensen

A challenge for programming language research is to design and implement multi-threaded low-level languages providing static guarantees for memory safety and freedom from data races. Towards this goal, we present a concurrent language…

编程语言 · 计算机科学 2010-02-05 Prodromos Gerakios , Nikolaos Papaspyrou , Konstantinos Sagonas