Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix neural net definition #738

Closed
Alexander-Schiendorfer opened this issue Oct 27, 2023 · 0 comments
Closed

Fix neural net definition #738

Alexander-Schiendorfer opened this issue Oct 27, 2023 · 0 comments
Labels
bug resolved Issue is resolved and the feature or fix will be part of next release

Comments

@Alexander-Schiendorfer
Copy link

In neural_net.mzn, we should have

int: last = if i = max(NODE) then max(index_set(EDGE))

instead of

int: last = if i = max(NODE) then max(index_set(first_edge))

otherwise, it won't work properly (see #573 )

@Dekker1 Dekker1 added bug resolved Issue is resolved and the feature or fix will be part of next release labels Nov 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug resolved Issue is resolved and the feature or fix will be part of next release
Projects
None yet
Development

No branches or pull requests

2 participants