Package org.jacop.fz

Class FlatzincLoader


  • public class FlatzincLoader
    extends java.lang.Object
    An executable to parse the flatzinc file and create the JaCoP model.
    Version:
    4.8
    • Constructor Detail

      • FlatzincLoader

        public FlatzincLoader​(java.lang.String[] args)
        It parses the provided file and parsing parameters and creates the JaCoP model..
        Parameters:
        args - parameters describing the flatzinc file containing the problem to be solved as well as options for problem solving.

        TODO what are the conditions for different exceptions being thrown? Write little info below.