Andrei Neboian wrote: > Dear All, > > I have a MiniZinc Model (.mzn) with the corresponding data file (.dzn) > that I would like to run using an Eclipse solver. > > I would appreciate any help on how I could do that. I have installed > Eclipse now, what should I do next? If you just want to run some small Minzinc models without familiarising yourself any more closely with ECLiPSe, you can do the following from a Unix or Windows command line: eclipse -e "minizinc:mzn_run('mymodel','mydata',fzn_ic)" Alternatively, start ECLiPSe's tkeclipse user interface, type minizinc:mzn_run('mymodel','mydata',fzn_ic) into the query-entry, and click 'run'. More details at http://eclipseclp.org/doc/bips/lib_public/minizinc/index.html Cheers, -- JoachimReceived on Thu Apr 28 2011 - 06:59:06 CEST
This archive was generated by hypermail 2.2.0 : Thu Feb 02 2012 - 02:31:58 CET