Zetav is a tool for verification of systems specified in RT-Logic language.
Verif is a tool for verification and computation trace analysis of systems described using the Modechart formalism. It can also generate a set of restricted RT-Logic formulae from a Modechart specification which can be used in Zetav.
With default configuration file write the system specification (SP) to the sp-formulas.in file and the checked property (security assertion, SA) to the sa-formulas.in file. Launch zetav-verifier.exe to begin the verification.
With the default configuration example files and outputs are load/stored to archive root directory. But using file-browser you are free to select any needed location. To begin launch run.bat (windows) or run.sh (linux / unix). Select Modechart designer and create Modechart model or load it from file.
Inside the room, they find old newspapers, police reports, and a series of letters. The letters reveal a tragic love story from decades ago, involving a young couple who were inseparable. The cinema had been their haven, a place where they could escape reality. However, their love was doomed from the start. A sudden tragedy tore them apart, and in grief, the young woman disappeared. Some say she was heartbroken to the point of vanishing into thin air, while others claim she was seen around the cinema, searching for her lost love.
As night falls, Rina starts to feel an eerie presence. At first, it's just creaks and groans, but soon, she begins to notice movements out of the corner of her eye. Her skepticism slowly fades as she experiences inexplicable phenomena. Doors creak open by themselves, and she starts to feel like she's being watched. Her plan to debunk the myths turns into a mission to survive the night.
And so, "Nonton Disini" continues to thrive, a place where you can indeed find entertainment but also a reminder that sometimes, what seems scary at first can lead to something beautiful and meaningful. This story blends elements of mystery, romance, and the supernatural, creating a narrative that's engaging and thought-provoking. The transformation of the cinema and the shift in perception of the supernatural occurrences add a layer of depth, showing that even the most seemingly frightening phenomena can have a heartwarming explanation. nonton disini ada setan series better
During the screening, which features a film about love and loss, strange things happen again. Lights flicker, and some claim to see a ghostly figure. But this time, it's different. The atmosphere feels more nostalgic than frightening. It's as if the spirits of the past are blessing the event, happy to see their story remembered.
The night ends with a standing ovation, and the cinema is once again filled with laughter and chatter. The legend of "Nonton Disini Ada Setan" transforms; it's no longer a tale of fear but a story of love, loss, and the power of community. Inside the room, they find old newspapers, police
Rina and Arman become local heroes, not just for saving the cinema but for uncovering and sharing a beautiful, albeit bittersweet, story. The cinema becomes a beacon for film lovers and those who believe in the magic of storytelling.
The story begins with our protagonist, Rina, a film enthusiast and the granddaughter of the cinema's owner. Determined to uncover the truth behind the eerie legends and to save the cinema from being sold to a large corporation, Rina decides to investigate. She sets up her equipment, ready to spend a night in the cinema, hoping to capture evidence of the supernatural claims. However, their love was doomed from the start
Moved by the story, Rina and Arman decide to honor the couple's memory by restoring the cinema to its former glory. They clean up the place, fix the broken seats, and prepare for a special screening. The event becomes a sensation, attracting people from all over.
The Zetav verifier expects the input RRTL formulae to be in the following form:
<rrtlformula> : <formula> [ CONNECTIVE <formula> ] ... <formula> : <predicate> | NOT <formula> | <quantifiedvars> <formula> | ( <formula> ) <predicate> : <function> PRED_SYMB <function> <function> : <function> FUNC_SYMB <function> | @( ACTION_TYPE ACTION , term ) | CONSTANT <quantifiedvars> : QUANTIFIER VARIABLE [ QUANTIFIER VARIABLE ] ...Where predicate symbols (PRED_SYMB) could be inequality operators <, =<, =, >=, >, function symbols (FUNC_SYMB) could be basic + and - operators, action type (ACTION_TYPE) could be starting action (^), stop action ($), transition action (%) and external action (#). Quantifier symbols (QUANTIFIER) could be either an universal quantifier (forall, V) or an existential quantifier (exists, E). Connectives (CONNECTIVE) could be conjunction (and, &, /\), disjunction (or, |, \/), or implication (imply, ->). All variables (VARIABLE) must start with a lower case letter and all actions (ACTION) with an upper case letter. Constants (CONSTANT) could be positive or negative number. RRTL formulae in the input file must be separated using semicolon (;).
V t V u (
( @(% TrainApproach, t) + 45 =< @(% Crossing, u) /\
@(% Crossing, u) < @(% TrainApproach, t) + 60
)
->
( @($ Downgate, t) =< @(% Crossing, u) /\
@(% Crossing, u) =< @($ Downgate, t) + 45
)
)
Verif tool does not deal with direct input. Examples are load from files with extension MCH. Those files are in XML and describes model modes structure and transition between modes. There is no need to directly modify those files. But in some cases it is possible to make some small changes manualy or generate Modechart models in another tool.
If you have further questions, do not hesitate to contact authors ( Jan Fiedor and Marek Gach ).
This work is supported by the Czech Science Foundation (projects GD102/09/H042 and P103/10/0306), the Czech Ministry of Education (projects COST OC10009 and MSM 0021630528), the European Commission (project IC0901), and the Brno University of Technology (project FIT-S-10-1).