Retrieve entities based on Solver Keyword
Hi,
I need a command which gets me all the entities having a particular Solver Keyword.
for e.g. from the snippet attached, how can I get all the sets with Solver keyword as '*SET_PART_LIST'
Kindly suggest.
Regards
Saumya
Answers
-
All Solver keywords can be found easily within .... Solver's manual.
0 -
Maybe, use *createmark with options 'by card image' ?
0 -
Hi tinh,
Thanks for the reply, but there are multiple solver keywords for same card images depending on the options selected.
I think there must be something to take it out, since solver browser segregates the entities based on solver keyword itself.
Regards
Saumya
0 -
First createmark by card image,
Then filter them by option
Example
*createmark sets 1 'by card image name' Part
*createmark sets 2 'equal to value' \$LSD_TitleOpt 1
*markintersection sets 1 sets 2
puts [hm_getmark sets 1]
0 -
Hi tinh,
Thanks for the reply, This will work provided you know all the possible options for a particular card image which will change the solver keyword.
I think I can work with it.
Thanks
Regards
Saumya
0