Free cookie consent management tool by TermsFeed Policy Generator

source: branches/OKBJavaConnector/ECJClient/src/ec/app/regression/regression.grammar @ 9598

Last change on this file since 9598 was 6152, checked in by bfarka, 14 years ago

added ecj and custom statistics to communicate with the okb services #1441

File size: 219 bytes
Line 
1# grammar of the regression problem including ERCs
2<start> ::= <op>
3<op> ::= (+ <op><op>)|(-<op><op>) |(* <op> <op>) | (% <op> <op>)
4<op>::=(sin <op>) | (cos <op>) | (exp <op>) | (rlog <op>)
5<op>::=(x) | (   ERC     )
Note: See TracBrowser for help on using the repository browser.