Reads a FlatZinc model from the input stream, and interprets it using the solver mapping defined in SolverOrOptions. At the end of solving, resuls and timings are printed to the output stream. Error messages may be printed to the error stream. This predicate always succeeds. It is equivalent to:
fzn_run(SolverOrOptions) :- fzn_run_stream(input, SolverOrOptions).
% generate_model | eclipse -e "flatzinc:fzn_run(fzn_ic)"