RandomGenerator Module
This module implements
Functions and values
Function or value | Description |
|
|
Full Usage:
PrintTeachingToolKripke ostr kripke
Parameters:
TextWriter
kripke : KripkeStructureExpl
|
print teaching tool input for a given Kripke structure
|
|
print teaching tool input for a given parity game
|
Full Usage:
RandomAutomataDeterminizationExamples rand inVars stVars stLen trLen numProblems
Parameters:
Random
inVars : string list
stVars : string list
stLen : int
trLen : int
numProblems : int
|
generate random symbolic representations of automata and determinize them
|
Full Usage:
RandomBddAlgorithmExamples rand varL numOps numProblems
Parameters:
Random
varL : string list
numOps : int
numProblems : int
|
generate a Latex file for BDD algorithm example computations
|
|
|
|
|
|
|
|
teaching tool to be called by the cgi-interface
|
Full Usage:
RandomKripkeStructure trProb rand varL numStates
Parameters:
float
rand : Random
varL : string seq
numStates : int
Returns: KripkeStructureExpl
|
generate a random Kripke structure
|
Full Usage:
RandomLinearInequalities rand withInt numEqs numVars maxCoeff numProblems maxSteps
Parameters:
Random
withInt : bool
numEqs : int
numVars : int
maxCoeff : int
numProblems : int
maxSteps : 'a
|
|
Full Usage:
RandomModelCheckingExamples trProb rand varL numStates numProblems
Parameters:
float
rand : Random
varL : string seq
numStates : int
numProblems : int
|
generate a Latex file of CTL model checking problems
|
Full Usage:
RandomParityGame trProb rand maxRank numStates
Parameters:
float
rand : Random
maxRank : int
numStates : int
Returns: ParityGame
|
generate a random Parity game
|
Full Usage:
RandomParityGameSolutions trProb rand maxRank numStates numProblems
Parameters:
float
rand : Random
maxRank : int
numStates : int
numProblems : int
|
|
|
|
|
|
Full Usage:
RandomPropLogicExamples rand varL numOps numProblems
Parameters:
Random
varL : string seq
numOps : int
numProblems : int
|
generate a Latex file for BDD/FDD/ZDD conversions and SAT Solving
|
|
|
Full Usage:
RandomSatLTL rand withDet varL length numProblems
Parameters:
Random
withDet : bool
varL : string array
length : int
numProblems : int
|
generate random LTL formulas (without propositional operators) and compute a satisfying and an unsatisfying model
|
Full Usage:
RandomSimulationExamples trProb rand varL numStates numProblems
Parameters:
float
rand : Random
varL : string seq
numStates : int
numProblems : int
|
generate a Latex file of (bi)simulation problems
|
Full Usage:
RandomSymbolicPreSucExamples rand varL stLen trLen numProblems
Parameters:
Random
varL : string list
stLen : int
trLen : int
numProblems : int
|
|
Full Usage:
RandomThmLTL rand varL length numTheorems
Parameters:
Random
varL : string array
length : int
numTheorems : int
|
generate a Latex file with randomly generated LTL theorems
|