Event-Structures / event-struct

Mechanized Theory of Event Structures
MIT License
16 stars 1 forks source link

Ident theory solver #157

Closed volodeyka closed 2 years ago

volodeyka commented 2 years ago

In this PR I tried to introduce the lia analogue for arbitrary identType. I have no idea how to call it, so for now its name is hal :)) hal just tries to make some preprocessing to transform some propositions on idents to correspondent propositions on nat's. After that hal calls lia If you want to make just preprocessing where it is possible, you can use encodify tactic

volodeyka commented 2 years ago

Also, the name hal does not tell anything to me :) Perhaps, ident_solver or ident_simpl ?

Yes, we decently should rename it :) But I think may it would be better to use some abbreviation, as it was done in the following examples:

Maybe lio : linear ident order or something like that?