Anypia Programmer's Documentation
ContentsIndexHome
PreviousUpNext
AssumptionType::assum_type Enumeration

Type of assumptions.

C++
enum assum_type {
  NONE,
  ALTERN_I,
  ALTERN_IIB,
  ALTERN_III,
  ALTERN_IIA,
  FLAT,
  PEBS_ASSUM,
  OTHER_ASSUM
};
Members 
Description 
NONE 
No assumptions chosen. 
ALTERN_I 
Alternative 1 from Trustees Report. 
ALTERN_IIB 
Alternative 2 from Trustees Report. 
ALTERN_III 
Alternative 3 from Trustees Report. 
ALTERN_IIA 
Flat assumptions (same as FLAT). 
FLAT 
Flat assumptions. 
PEBS_ASSUM 
Old PEBES assumptions. 
OTHER_ASSUM 
User-specified assumptions. 
Copyright (c) 2010. All rights reserved.
What do you think about this topic? Send feedback!