fsalinasmendoza / ufuzzyconvert

Converts FIS (Fuzzy Inference System) files to μFuzzy CFS format.
MIT License
0 stars 0 forks source link

Add command line options #2

Closed fsalinasmendoza closed 7 years ago

fsalinasmendoza commented 7 years ago

Support the following command line interface:

cfsconvert [-d dsteps] [-s tsize] [-c] [-b]  [-t]  SOURCE [DESTINATION]

More details:

To implement the output format selection three classes could be created under the lib/exporter directory: (maybe in three separate files: c_exporter.rb, cfs_exporter.rb and text_exporter.rb). A C++ implementation of c_exporter is attached as an example. See CExporter.cpp.txt, CExporter.h.txt.

fsalinasmendoza commented 7 years ago

The command line interface was redefined. See readme. Commit.