hoaproject / Ruler

The Hoa\Ruler library.
https://hoa-project.net
627 stars 66 forks source link

I want to get all variable appear in string rule. Example "q1 != 8 and q2 != 12", i need ["q1", "q2"] How ? #122

Closed vucongduy192 closed 6 years ago

Hywan commented 6 years ago

Hello,

The best way is to visit the model (Hoa\Ruler\Model) and pick all Bag\Context instances.

Do you need pointers or help?

vucongduy192 commented 6 years ago

Thank you very much. I got it. :)).

Hywan commented 6 years ago

Feel free to get in touch with us at any moment 😃!