Package org.jacop.fz

Class Fz2jacop


  • public class Fz2jacop
    extends java.lang.Object
    An executable to parse and execute the flatzinc file.
    Version:
    4.8
    • Constructor Summary

      Constructors 
      Constructor Description
      Fz2jacop()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)
      It parses the provided file and parsing parameters followed by problem solving.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Fz2jacop

        public Fz2jacop()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
        It parses the provided file and parsing parameters followed by problem solving.
        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.