edu.mit.csail.sdg.squander.options.GlobalOptions Class Reference
[Configuration]

Collaboration diagram for edu.mit.csail.sdg.squander.options.GlobalOptions:
Collaboration graph
[legend]

List of all members.

Public Types

enum  Engine {
  Forge, Kodkod, Kodkod2, KodkodPart,
  KodkodPart2
}

Public Member Functions

ISquander getSquanderImpl ()

Public Attributes

Level log_level = Level.NONE
Engine engine = Engine.Kodkod
SATFactory sat_solver = SATFactory.MiniSat
int min_bitwidth = 5
boolean unsat_core = false
boolean desugar_quants = true
SquanderReporter reporter = SquanderReporter.INSTANCE

Static Public Attributes

static GlobalOptions INSTANCE = new GlobalOptions()

Detailed Description

Various general options, not related to particular specification executions

Author:
Aleksandar Milicevic

Definition at line 22 of file GlobalOptions.java.


Member Enumeration Documentation

Enumerator:
Forge 
Kodkod 
Kodkod2 
KodkodPart 
KodkodPart2 

Definition at line 24 of file GlobalOptions.java.


Member Function Documentation

ISquander edu.mit.csail.sdg.squander.options.GlobalOptions.getSquanderImpl (  ) 

Member Data Documentation

no need to change this

Definition at line 39 of file GlobalOptions.java.

Definition at line 28 of file GlobalOptions.java.

Definition at line 30 of file GlobalOptions.java.

minimum bitwidth to use

Definition at line 35 of file GlobalOptions.java.

Definition at line 41 of file GlobalOptions.java.

Definition at line 32 of file GlobalOptions.java.

should the unsat core be computed in case of no solution (it potentially degrades performance)

Definition at line 37 of file GlobalOptions.java.


The documentation for this class was generated from the following file:
Generated by  doxygen 1.6.2-20100208