Skip to content

Help Accessing the Dual Solutions for the Initial Solve of LP Relaxation #521

Answered by jjhforrest
spkelle2 asked this question in Q&A
Discussion options

You must be logged in to vote

Because of scaling and other issues, the external dual and reduced cost regions are not current at each iteration. You will need to access model->djRegion(0/1) and if model->rowScale() is null then use them, if not null scale by rowScale() and columnScale().

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@spkelle2
Comment options

@spkelle2
Comment options

Answer selected by spkelle2
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