You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Joachim Klein
190b7d6c64
lpsolve java wrapper: fix delete/delete[] issues
Memory allocated with new[] needs to be deallocated with delete[],
not the plain delete operator.
I have not checked whether the code in question is ever called
by PRISM, this is mostly to silence the compiler complaining
(and avoid undefined behaviour).
7 years ago
..
AllOnOnePage.html
Update manual (4.5).
8 years ago
CTMCs.html
Add html copy of manual into repo, for release building.
8 years ago
Commands.html
Add html copy of manual into repo, for release building.
8 years ago
Constants.html
Add html copy of manual into repo, for release building.
8 years ago
CostsAndRewards.html
Add html copy of manual into repo, for release building.
8 years ago
Example1.html
Add html copy of manual into repo, for release building.
8 years ago
Example2.html
Add html copy of manual into repo, for release building.
8 years ago
Expressions.html
Update manual (4.5).
8 years ago
FormulasAndLabels.html
Add html copy of manual into repo, for release building.
8 years ago
GlobalVariables.html
Add html copy of manual into repo, for release building.
8 years ago
LocalNondeterminism.html
Add html copy of manual into repo, for release building.
8 years ago
Main.html
Add html copy of manual into repo, for release building.
8 years ago
ModelType.html
Add html copy of manual into repo, for release building.
8 years ago
ModuleRenaming.html
Add html copy of manual into repo, for release building.
8 years ago
ModulesAndVariables.html
Add html copy of manual into repo, for release building.
8 years ago
MultipleInitialStates.html
Add html copy of manual into repo, for release building.
8 years ago
PRISMModelFiles.html
Add html copy of manual into repo, for release building.
8 years ago
PTAs.html
Add html copy of manual into repo, for release building.
8 years ago
ParallelComposition.html
Add html copy of manual into repo, for release building.
8 years ago
ProcessAlgebraOperators.html
Add html copy of manual into repo, for release building.
8 years ago
Synchronisation.html
Add html copy of manual into repo, for release building.
8 years ago