object Configuration
Helpers to configure machine
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Configuration
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
case class
MachineConfig(lattice: Lattice.Value = Lattice.TypeSet, bound: Int = 100, address: Address.Value = Address.Classical, filename: String = "", stepFilterEnabled: Boolean = false, machine: Machine.Value = Machine.SeqAAMLS, process: Int = 1, timeout: FiniteDuration = FiniteDuration(1, "day"), statsEnabled: Boolean = false, outputGraphEnabled: Boolean = false) extends Product with Serializable
The complete configuration
Value Members
- implicit val addressRead: Read[Configuration.Address.Value]
-
def
automaticName(config: MachineConfig, timedOut: Boolean, directory: String, extension: String): String
Build a name for dot file, with information known a this time.
- val dotOutputDirectory: String
-
def
getAddress(addressValue: Configuration.Address.Value): AddressWrapper
Return the instance of the corresponding address.
-
def
getLattice(latticeValue: Configuration.Lattice.Value, counting: Boolean, bound: Int): SchemeLattice
Return the instance of the corresponding lattice.
-
def
getMachine(machineValue: Configuration.Machine.Value, lattice: SchemeLattice, address: AddressWrapper, time: TimestampWrapper): AbstractMachine[SchemeExp, L, A, T]
Return the instance of the corresponding machine.
- implicit val latticeRead: Read[Configuration.Lattice.Value]
-
def
machineIsParallel(machineValue: Configuration.Machine.Value): Boolean
Return true iff the machine is a parallel machine
- implicit val machineRead: Read[Configuration.Machine.Value]
- object Address extends Enumeration
- object Lattice extends Enumeration
-
object
Machine extends Enumeration
List of all available (sequential and parallel) machines.
List of all available (sequential and parallel) machines. See Main to have a brief description of all these machines.