Skip to content

Improvements of IntVar Views #564

@arnaud-m

Description

@arnaud-m

Let x be a integer variable. The following views are available:

  • scale view: s(x) = a*x (a >= -1)
  • minus view: m(x) = -x
  • offset view: t(x) = x + b

Here are two natural improvements

  • extend the scale view for any a.
  • propose an affine view: f(x) = a*x + b

Experienced with choco-solver-{4.0.6}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions