Browse Source

QCVBS: Fixed models with empty 'open-paremeter-values' entry.

tempestpy_adaptions
Tim Quatmann 6 years ago
parent
commit
ce9d784c35
  1. 3
      src/storm/storage/Qvbs.cpp

3
src/storm/storage/Qvbs.cpp

@ -97,7 +97,8 @@ namespace storm {
}
} else {
constantDefinitions.push_back("");
janiFiles.push_back(janiFileName);
janiFiles.push_back(modelPath + "/" + janiFileName);
instanceInfos.push_back(janiFileName);
}
}
}

Loading…
Cancel
Save