Resolved How to parse equations

tyebillion

New member
Joined
Jan 9, 2013
Messages
3
Programming Experience
10+
Hello I want to parse a file containing some equations, for example: 10*X1*X2 + 7*X3^2 + X1*X4 <= 100. What is a good way to approach this? OK, I found a solution using Regex.Matches. Thanks.
 
Last edited:
Back
Top Bottom