|
5 years ago | |
---|---|---|
.. | ||
README.md | 5 years ago | |
hintco.exe | 6 years ago |
To run the water tanks example:
.\hintco.exe -s .\examples\watertanks.xmi -o output -n 1
Then plot with python 3:
python .\scripts\plot_results.py .\output\
Plots will be available at: [outputs](output)
The adaptations used in this example introduce an algebraic loop. So, to run, one has to activate the algebraic loop optimization, which tries to find the best way to break the algebraic loop.
.\hintco.exe -s .\examples\msd_alg_loop.hintco -o output -n 1 -loopOpt
The follow the above procedure to plots the results.