Changeset c8e115 in git for gfanlib


Ignore:
Timestamp:
Jul 3, 2013, 4:12:21 PM (11 years ago)
Author:
Yue Ren <ren@…>
Branches:
(u'spielwiese', '5b153614cbc72bfa198d75b1e9e33dab2645d9fe')
Children:
47e8b0441e7692a4a4b6c2f23817976fe5203f1c
Parents:
f80a5305e1e0960855d4bd8702e48d1c2bbf8710
git-author:
Yue Ren <ren@mathematik.uni-kl.de>2013-07-03 16:12:21+02:00
git-committer:
Yue Ren <ren@mathematik.uni-kl.de>2013-07-18 14:56:51+02:00
Message:
chg: print routines for polyhedral cones

corresponds to a2e8ff135c1975091940c626c92759347447fa73 in master
File:
1 edited

Legend:

Unmodified
Added
Removed
  • gfanlib/gfanlib_zcone.h

    rf80a530 rc8e115  
    159159      */
    160160     bool areImpliedEquationsKnown()const{return (state>=1)||(preassumptions&PCP_impliedEquationsKnown);}
    161 
     161     /**
     162      * Returns true iff the extreme rays are known.
     163      */
     164     bool areExtremeRaysKnown()const{return haveExtremeRaysBeenCached;}
    162165     /**
    163166      * Takes the cone to a canonical form. After taking cones to canonical form, two cones are the same
Note: See TracChangeset for help on using the changeset viewer.