Skip to content

Unify variable/expression domains #268

@glebbelov

Description

@glebbelov

From expressions such as

    ==> a+b >= 5;

and similar, we should construct an ideally precise domain of the expression (in this case, a+b) and use it for efficient representation. Example: #267.

  • Preset best defaults for major solvers
  • Also for (partially) synced domains, such as ((x<=5 && y<=3) || (x>=7 && y>=9)) && x!=3.
  • For Unary Encoding, track which bits are actually used/needed.
  • SOS1/logarithmic encoding of domain disjunctions, and any large disjunctions?

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions