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

feat(up): Numeric planning support #95

Merged
merged 66 commits into from
Sep 1, 2023
Merged

feat(up): Numeric planning support #95

merged 66 commits into from
Sep 1, 2023

Conversation

arbimo
Copy link
Member

@arbimo arbimo commented Jun 9, 2023

No description provided.

arbimo and others added 23 commits June 8, 2023 16:39
Copy link
Contributor

@Shi-Raida Shi-Raida left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

edae6a9 is the commit that causes issues on the HDDL problems.

@Shi-Raida
Copy link
Contributor

I needed to create the VarRef::ONE variable in order to fix all issues.

In particular, it was not possible to return an InvalidUpdate in the set_ub() function.
The InvalidUpdate needs a literal which is formed with the SignedVar and the upper bound.
However, in the case of a constant term, there was no variable and so no SignedVar.

With this new variable always equals to 1, all terms of a linear sum can be treated the same way.

@Shi-Raida Shi-Raida self-assigned this Aug 18, 2023
@arbimo arbimo merged commit 623a342 into master Sep 1, 2023
10 checks passed
@Shi-Raida Shi-Raida deleted the numeric-planning branch September 4, 2023 08:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants