1997
DOI: 10.1016/s0743-1066(96)00142-2
|View full text |Cite
|
Sign up to set email alerts
|

Applying interval arithmetic to real, integer, and boolean constraints

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1
1

Citation Types

1
140
0
4

Year Published

1999
1999
2019
2019

Publication Types

Select...
4
2
2

Relationship

0
8

Authors

Journals

citations
Cited by 212 publications
(148 citation statements)
references
References 8 publications
1
140
0
4
Order By: Relevance
“…In Cleary's work constraint systems are processed by hull-consistency, a consistency property exploiting the convex hull of (in)equalities over the reals. These pioneering ideas have been extended in several ways, e.g., for heterogeneous constraint processing [6] or implementing strong consistencies [46]. CLP(BNR) [56] was the premier CLP system using interval consistency techniques.…”
Section: Interval Consistency Techniquesmentioning
confidence: 99%
See 1 more Smart Citation
“…In Cleary's work constraint systems are processed by hull-consistency, a consistency property exploiting the convex hull of (in)equalities over the reals. These pioneering ideas have been extended in several ways, e.g., for heterogeneous constraint processing [6] or implementing strong consistencies [46]. CLP(BNR) [56] was the premier CLP system using interval consistency techniques.…”
Section: Interval Consistency Techniquesmentioning
confidence: 99%
“…But the user still gets the feel of interval arithmetic: The implementation with range arithmetic is still essentially interval based, and these intervals may grow too large during computations leading to failures due to insufficient precision. An implementation of the sequence for the logistic equation (2) may look as follows: long n, prec; cin >> n; cin >> prec; set_precision(prec); real x=1/real(2); real c=375/real(100); for (i=1; i <= n; i++) { x=c*x*(one-x); if (i%10==0) cout<<i<<" "<<x.str (2,20)<<endl; } If the second input parameter prec is too small for a first parameter 6 . the program fails.…”
mentioning
confidence: 99%
“…Interval constraint propagation (ICP) makes it possible (Benhamou and Older, 1997) to generate a sequence of nested axis-aligned subboxes [q] of [p] which enclose the posterior feasible set 5 de ned by (1). As these methods are not branch-and-bounds based, they can easily deal with high-dimensional problems.…”
Section: Interval Constraint Propagationmentioning
confidence: 99%
“…A constraint is a subset P of R n (see, Benhamou and Older, 1997): Here, we shall consider only constraints of the form…”
Section: Reduction With One Constraintmentioning
confidence: 99%
“…Constraints are arithmetic constraints over integers and equality/disequality constraints over terms. We will use D to denote the underlying domain structure which interprets arithmetic constraints over integers and equality/disequality constraints over terms in the usual way [6,8]. There is no complete constraint solver for arbitrary integer arithmetic constraints.…”
Section: Syntaxmentioning
confidence: 99%