Groups
Groups
Sign in
Groups
Groups
Gecode
Conversations
About
Send feedback
Help
IntVar as index in constraints
28 views
Skip to first unread message
Vijaya Krishna Kasula (Vijju)
unread,
Jul 5, 2023, 8:16:08 AM
7/5/23
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Gecode
Hello Experts,
Is there a way to use IntVar as an index in the constraint to further solve based on the current value of IntVar?
For example:
IntVar idx, a;
rel
(
*
this
,
a
=
=
array[idx]);
rel
(
*
this
,
a
<
=
10);
`a` and `idx` should be solved in pair such that they point to index and value from an array, while also satisfying some constraints on `a` by itself.
PS: This throws a compile time error saying `IntVar` is not implemented for operator `[]`
-
Krishna
Mikael Zayenz Lagerkvist
unread,
Jul 5, 2023, 8:18:50 AM
7/5/23
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to gec...@googlegroups.com
Hi,
This is called the element constraint. See
https://www.gecode.org/doc-latest/reference/group__TaskModelMiniModelArith.html#ga4af99d4cf5b1874681710bd7233ec5d0
for documentation.
Cheers,
Mikael
> --
> You received this message because you are subscribed to the Google Groups "Gecode" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to
gecode+un...@googlegroups.com
.
> To view this discussion on the web visit
https://groups.google.com/d/msgid/gecode/42d0fd3c-fc8b-424c-b2dc-4bd48e080a83n%40googlegroups.com
.
--
Mikael Zayenz Lagerkvist
Reply all
Reply to author
Forward
0 new messages