47 Commits (32b870eba96de8f950fd4558f26a960709269a0c)

Author SHA1 Message Date
Chris Novakovic 6509b6ab9e Makefile: use standard variable names for compilers and their flags 7 years ago
Chris Novakovic aa09191f20 Makefile: prepend PRISM-specific _DIR variables with PRISM_ 7 years ago
Joachim Klein 5adb550043 Makefiles: inhibit parallel building (-j n mode) 8 years ago
Joachim Klein 83e6c291b0 (native) switch includes from .h to C++ header wrappers 9 years ago
Joachim Klein 4652c72e78 dd_cudd.cc: silence printf warning 9 years ago
Joachim Klein 28b0376dfb dd_export.cc: fix compilation issue on cygwin (PRIuPTR) 9 years ago
Joachim Klein 14ad1d32af fix compilation issue: cmath / isinf 9 years ago
Joachim Klein a11d7c9797 JDD, prism.StateValues: find max finite value 9 years ago
Joachim Klein ce917c0248 dd_export.cc: format string %zu is not supported on Windows, use portable PRIuPTR 9 years ago
Joachim Klein 4cca315ef2 Add JDD.FindMinPositive (minimal positive terminal constant of an MTBDD) 10 years ago
Joachim Klein a7f0aff6e4 JDD: add JDD.IsZeroOneMTBDD() method for checking if an MTBDD is a 0/1-MTBDD 10 years ago
Joachim Klein ea8a7c6ba9 Add DebugJDD_GetExternalRefCounts 11 years ago
Joachim Klein 96caf197ab dd_matrix.cc: fix recently introduced error handling 11 years ago
Dave Parker 4258503c80 Make DD_MatrixMultiply deal with memout in the same was other DD functions. 11 years ago
Dave Parker bfecd70db9 Small code fix in DD_MatrixMultiply. 11 years ago
Joachim Klein 4dfcd39fd1 dd_*.cc: Argument checking, if any DdNode is NULL return NULL 11 years ago
Joachim Klein f559e0adb8 Return NaN for DD_FindMin / DD_FindMax on CUDD out of memory 11 years ago
Joachim Klein eecc87786a CuDD is actually called CUDD 11 years ago
Dave Parker 5ad8ef2269 Small typos 11 years ago
Joachim Klein e9897b4838 dd_matrix.cc: Add NULL checks for the return values of DD functions 11 years ago
Joachim Klein efe6fe0ef9 dd_vars.cc: Add NULL checks for the return values of DD functions 11 years ago
Joachim Klein 90326ecfaf dd_term.cc: Add NULL checks for the return values of DD functions 11 years ago
Joachim Klein 62bc1cc1d0 dd_basics.cc: Add NULL checks for the return values of DD functions 11 years ago
Joachim Klein 3be99a61cf dd_abstr.cc: Add NULL checks for the return values of DD functions 11 years ago
Joachim Klein 9ce369d38e JDD: Add a flag that can be set/checked in native code to indicate that a CuDD error has occurred. 11 years ago
Dave Parker 3b3a24cfe5 Send CUDD non-zero ref warning to techLog, not stdout. 11 years ago
Dave Parker 7eef2a266c Fix a few compiler warnings. 11 years ago
Dave Parker 556dff7b30 Disable debug checks on CUDD close: see if we can actually get rid of annoying cuddClearDeathRow error messages. 13 years ago
Dave Parker 4ca846889f Extra DD-to-PP file export functionality for 3D matrices (from Vojta). 15 years ago
Dave Parker 4f031e6931 Cody tidy to remove some (C++) compiler errors. 16 years ago
Dave Parker d199d035ed Integration of prism-explicit branch into trunk, i.e. merge of trunk@1015-prism-explicit@1405 into trunk. 17 years ago
Dave Parker 55c0797a8c Improvements to memory handling, especially in sparse/hybrid engines: 17 years ago
Dave Parker ef59adf641 A few delete -> delete[] tidies. 18 years ago
Dave Parker 5b625308bd Tweak to DD_PrintMatrix (ACCURACY_LIST). 18 years ago
Dave Parker 738b806fd2 Added (in full) log function to PRISM language. 18 years ago
Dave Parker 2179deefdb Updated email addresses and affiliations in copyright info. 18 years ago
Dave Parker ae981d6711 More type fixes for fussy compilers: pow(2,...) to pow(2.0,...). 18 years ago
Dave Parker db117c74c4 Code tidy: some return types and int/double cast issues. 18 years ago
Dave Parker 5c1bb43a2f Code tidy (function return types). 18 years ago
Dave Parker 0de9189bd3 Improvement to MTBDD vector/matrix display functions. 19 years ago
Dave Parker 1ab82223c8 Added -extraddinfo command-line switch to display extra info about some (MT)BDDs. 19 years ago
Dave Parker 1f4f93780c Improved version of DD_PrintTerminals(AndNumbers) which handles negatives and +/- infinity. 19 years ago
Dave Parker d636ab1969 Addition of 64-bit PRISM branch to trunk. 19 years ago
Dave Parker 5ef3824832 Rearrangement and tidy-up of copyright/license info in file headers. 19 years ago
Dave Parker 20a6be968b Removal of explicit lists of Java/C++ files from Makefiles (we are reliant on GNU make anyway). 19 years ago
Dave Parker 2e52615489 Addition of VariablesGreaterThan etc. functions to dd/jdd (used for symmetry). 20 years ago
Dave Parker b54050a199 PRISM trunk layout rearrangement. 20 years ago