Dip icon indicating copy to clipboard operation
Dip copied to clipboard

create version of DecompVar that doesn't need convexDual

Open svigerske opened this issue 6 years ago • 3 comments

Issue created by migration from Trac.

Original creator: @mgalati13

Original creation time: 2010-09-07 18:22:11

the real reduced cost can be calculated internally

svigerske avatar Feb 26 '19 23:02 svigerske

Comment by @mgalati13 created at 2010-09-07 18:22:28

Changing priority from major to minor.

svigerske avatar Feb 26 '19 23:02 svigerske

Comment by @mgalati13 created at 2010-09-07 18:22:28

Changing type from defect to enhancement.

svigerske avatar Feb 26 '19 23:02 svigerske

Comment by @mgalati13 created at 2010-09-09 11:30:56

Currently need

  DecompVar * var = new DecompVar(solInd, solEls, varRedCost-convexDual, varOrigCost);
  var->setBlockId(blockId);

Make another version that only needs:

  DecompVar * var = new DecompVar(solInd, solEls);

or

  DecompVar * var = new DecompVar(solInd, solEls, blockId;

The framework then must deduce the rest.

svigerske avatar Feb 26 '19 23:02 svigerske