Skip to main content
Clean up code block. Rework lead in question. Retag.
Source Link
user40980
user40980

This may be a stupid question but I am working on an algorithm which calculates intervals for variables in some given constraints. For example there is a function called propagateValues and its description is

`Propagate value ranges for the given constraints`

Propagate value ranges for the given constraints

What exactly is meant by value propagation ?

The algorithm I am working is basically trying to simplify sets of constraints by doing a range/interval analysis before querying the solver for a feasible solution (to make solving constraint sets more efficient)

This may be a stupid question but I am working on an algorithm which calculates intervals for variables in some given constraints. For example there is a function called propagateValues and its description is

`Propagate value ranges for the given constraints`

What exactly is meant by value propagation ?

The algorithm I am working is basically trying to simplify sets of constraints by doing a range/interval analysis before querying the solver for a feasible solution (to make solving constraint sets more efficient)

I am working on an algorithm which calculates intervals for variables in some given constraints. For example there is a function called propagateValues and its description is

Propagate value ranges for the given constraints

What exactly is meant by value propagation ?

The algorithm I am working is basically trying to simplify sets of constraints by doing a range/interval analysis before querying the solver for a feasible solution (to make solving constraint sets more efficient)

added 221 characters in body
Source Link
Cemre
  • 189
  • 2
  • 9

This may be a stupid question but I am working on an algorithm which calculates intervals for variables in some given constraints. For example there is a function called propagateValues and its description is

`Propagate value ranges for the given constraints`

What exactly is meant by value propagation ?

The algorithm I am working is basically trying to simplify sets of constraints by doing a range/interval analysis before querying the solver for a feasible solution (to make solving constraint sets more efficient)

This may be a stupid question but I am working on an algorithm which calculates intervals for variables in some given constraints. For example there is a function called propagateValues and its description is

`Propagate value ranges for the given constraints`

What exactly is meant by value propagation ?

This may be a stupid question but I am working on an algorithm which calculates intervals for variables in some given constraints. For example there is a function called propagateValues and its description is

`Propagate value ranges for the given constraints`

What exactly is meant by value propagation ?

The algorithm I am working is basically trying to simplify sets of constraints by doing a range/interval analysis before querying the solver for a feasible solution (to make solving constraint sets more efficient)

Source Link
Cemre
  • 189
  • 2
  • 9

What does value propagation mean?

This may be a stupid question but I am working on an algorithm which calculates intervals for variables in some given constraints. For example there is a function called propagateValues and its description is

`Propagate value ranges for the given constraints`

What exactly is meant by value propagation ?