otoole
otoole copied to clipboard
[FEATURE]: Read dual values from solution files
Feature Request
As per the discussion in PR #190, it would be useful to signify through the config file that you want to read in the dual values of particular constraints, and then provide an implementation that works for all the solution files supported.
Other information which could be useful include:
- reducedcost of variables
- slack of constraints
- solution quality
- objective value
- solving statistics
Is your feature related to a bug?
No response
Suggested Solution
A potential solution for extracting dual values from a CPLEX solution file can be found in this comment.
Additional Info
See this comment for further discussion on this issue.