Skip to content

Automatically finding lower bound on constraints with clpz and/or simplex? #2520

Closed Answered by UWN
jjtolton asked this question in Q&A
Discussion options

You must be logged in to vote

(It is often helpful to add extend the core relation with an argument for the variables to be labeled. Thus schedule_(FinTime, Schedule, Zs). In this manner you get a bit more freedom with various search schemes to use the relation.)

In your case it is not that easy to determine extrema. As long as there would be a single leaf answer. Just label with FinTime first. But in your case it is not evident in which of the many leaf answers the extremum is hidden so you have to enumerate them somehow.
The most naive way would be to enumerate FinTime first before schedule_/3 and then label. Alternatively or complementarily label upto_in to avoid useless enumeration of irrelevant values. So you enu…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@jjtolton
Comment options

@UWN
Comment options

Answer selected by jjtolton
@jjtolton
Comment options

@UWN
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants