Changeset 87f627 in git for gfanlib/gfanlib_zcone.cpp


Ignore:
Timestamp:
Oct 1, 2013, 11:24:03 AM (11 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '4a9821a93ffdc22a6696668bd4f6b8c9de3e6c5f')
Children:
02a7eda555d3121137b93336f7ad581064cb9eba
Parents:
62393da950b3f0e2f7ae740773cd556f16a20bda485989c181b4a1a68c8725086fb2442c483883b3
Message:
Merge pull request #388 from YueRen/spielwiese

fix: missing pivotscaling before comparing matrices
File:
1 edited

Legend:

Unmodified
Added
Removed
  • gfanlib/gfanlib_zcone.cpp

    r62393d r87f627  
    699699          QMatrix m=ZToQMatrix(equations);
    700700          m.reduce();
    701           m.REformToRREform();
     701          m.REformToRREform(true);
    702702          ZMatrix inequalities2(0,equations.getWidth());
    703703          for(int i=0;i<inequalities.getHeight();i++)
     
    12241224  ZCone temp2=f;
    12251225  temp2.canonicalize();
    1226 
    12271226  return !(temp2!=temp1);
    12281227}
Note: See TracChangeset for help on using the changeset viewer.