~vbursian/research-assistant/intervers

« back to all changes in this revision

Viewing changes to RATests/testNet/TestGen.h

  • Committer: Viktor Bursian at blin-Ubuntu
  • Date: 2013-06-29 18:01:41 UTC
  • mto: (4.2.3 trunk)
  • mto: This revision was merged to the branch mainline in revision 5.
  • Revision ID: vbursian@gmail.com-20130629180141-oby3p7oezibrddqm
перед переделкой sStorable & related changes in descendants

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
namespace RA {
10
10
//------------------------------------------------------------------------------
11
11
 
12
 
sNodePtr          GenerateNewHopeTree (sNodePtr Host);
13
 
void              AddMergedBranches2NewHope (sNodePtr  NewHope);
14
 
void              AddCycles2NewHope (sNodePtr  NewHope);
 
12
sNodePtr          GenerateHouseTree (sNodePtr Host);
 
13
void              AddMergedBranches2House (sNodePtr  House);
 
14
void              AddCycles2House (sNodePtr  House);
15
15
 
16
 
sNodePtr          Make_V_E_Bursian (sNodePtr Host);
17
 
void              Print_V_E_Bursian (sNodePtr VEB);
 
16
//sNodePtr          Make_V_E_Bursian (sNodePtr Host);
 
17
//void              Print_V_E_Bursian (sNodePtr VEB);
18
18
 
19
19
//------------------------------------------------------------------------------
20
 
}; //namespace RA
21
 
#endif // TestGen_H
 
20
} //namespace RA
 
21
#endif