C# Class ReplicatingStorage.Program

A single-process implementation of a replicating storage written using P# as a C# library. This is a (much) simplified version of the system described in the following paper: https://www.usenix.org/system/files/conference/fast16/fast16-papers-deligiannis.pdf The liveness bug (discussed in the paper) is injected in: NodeManager.cs, line 181 Note: this is an abstract implementation aimed primarily to showcase the testing capabilities of P#.
Exibir arquivo Open project: p-org/PSharp

Public Methods

Method Description
Main ( Array args ) : void

Private Methods

Method Description
Execute ( IMachineRuntime runtime ) : void

Method Details

Main() public static method

public static Main ( Array args ) : void
args Array
return void