PKIND -- Parallel k-induction model checker for lustre programs. 
Usage: mpiexec -np [2 or 3] ./mpkind  [options] input_file

  -node 	CONTROL: User specified main node (defalut: the last node that contains a PROPERTY)

  -n 	CONTROL: Stop after n iterations (default 200)

  -multi 	CONTROL: Enables the verification of multiple properties in an incremental fascion. (default: false)

  -k_incremental 	INVARIANT GENERATION: Generate incremental invariants until n iterations (default: k=200)
 
  -no_incremental 	INVARIANT GENERATION: Generate non incremental invariants. (default: generate incremental invariants)
 
  -mpi_abort 	PARALLELISM: It will abort the mpi environment. Useful when the solver returns with an answer but the environment is not terminated yet. (default false)
 
  -cvc3 	SOLVER: Use CVC3 as solver (default: yicesw)
 
  -yices_exec 	SOLVER: Use Yices executable as solver (default: yices)

  -flags 	SOLVER: Pass string to solver cammand line (default: n/a)

  -debug 	OUTPUT: Include debugging output (default: false)

  -quiet 	OUTPUT: Only return final answer (default: true)

  -verbose 	OUTPUT: Return more details (default: false)

  -induct_cex 	OUTPUT: Prints the current inductive counterexample (default: false)

  -scratch 	OUTPUT: Do not log scratchwork to disk (default: Don't log to disk)

  -only_inputs 	OUTPUT: Only print inputs in counterexamples (default: false)

  -dot 	OUTPUT: Prints dot graph of dependencies (default: false)

  -dotall 	OUTPUT: Outputs all abstraction dependency graphs to graphXXX.dot (default: false)

  -loop 	COMPR: Include loopfree constraint formulas + term check (default: false)

  -compression 	COMPR: Include path compression but not term check (default: false)

  -version Print version & copyright information

  -help  Display this list of options

  --help  Display this list of options
