emallson / rplex

Rust bindings for CPLEX
BSD 3-Clause "New" or "Revised" License
5 stars 3 forks source link

`var!` cannot distinguish `lb <= name` shorthand from `name <= ub` shorthand #3

Open emallson opened 4 years ago

emallson commented 4 years ago

Each term is a token tree, so from a macro perspective the two are syntactically identical. Need to add a means to distinguish the two cases.

emallson commented 4 years ago

cc @ARBaart since this may impact your use