Skip to content

Commit

Permalink
Fixed formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
volkm committed Jul 8, 2024
1 parent 68ab41c commit a394899
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,8 @@ class PreprocessedDefaultRationalPIEnvironment {
static ValueType precision() {
return storm::utility::convertNumber<ValueType>(0.12);
} // there actually aren't any precision guarantees, but we still want to detect if results are weird.
static void adaptOptions(storm::pomdp::modelchecker::BeliefExplorationPomdpModelCheckerOptions<ValueType>&) { /* intentionally left empty */ }
static void adaptOptions(storm::pomdp::modelchecker::BeliefExplorationPomdpModelCheckerOptions<ValueType>&) { /* intentionally left empty */
}
static PreprocessingType const preprocessingType = PreprocessingType::All;
};

Expand Down

0 comments on commit a394899

Please sign in to comment.