Add Vlist's cache to preID2values

Add functions to load Vlist's cache in p2values
This commit is contained in:
ZongyueQin 2017-07-15 14:08:39 +08:00 committed by GitHub
parent ad0ac7cc8c
commit b51281dedf
1 changed files with 1 additions and 0 deletions

View File

@ -157,6 +157,7 @@ private:
std::vector <TYPE_PREDICATE_ID> important_preID; std::vector <TYPE_PREDICATE_ID> important_preID;
void load_important_sub2values(); void load_important_sub2values();
void load_important_obj2values(); void load_important_obj2values();
void build_CacheOfPre2values();
void build_CacheOfSub2values(); void build_CacheOfSub2values();
void build_CacheOfObj2values(); void build_CacheOfObj2values();
void get_important_subID(); void get_important_subID();