Skip to content

Releases: GCuser99/SolverWrapper

v1.4

Choose a tag to compare

@GCuser99 GCuser99 released this 21 May 18:48
version update

major refactor of SolverWrapper DLL code
added test suite for constraints and options
Updated Inno setup script
Updated registry scanner script
Updated sample set

v1.3

Choose a tag to compare

@GCuser99 GCuser99 released this 16 Mar 18:07
fefd843
Update README.md

v1.2

Choose a tag to compare

@GCuser99 GCuser99 released this 26 Sep 01:25
version update

Implemented first-pass attempt at COM Binary Compatibility to smooth out installation issues
Removed dependency on Bill Stewart's UninsIS DLL by rewriting uninstall workflow in native Inno Setup pascal
Added analize_registry.ps1 powershell script to Utilities folder for debugging install issues

v1.1

Choose a tag to compare

@GCuser99 GCuser99 released this 24 Jun 13:16
version update

Changed Solver method of SolvProblem class from Function to Property Get for consistency with other methods returning objects
Reorganized file system structure
Compiled with latest (fixed) version of twinBASIC

v1.0

Choose a tag to compare

@GCuser99 GCuser99 released this 18 Jun 19:09

Refactored .gitattributes file to preserve Windows CrLf line endings (see https://github.com/DecimalTurn/VBA-on-GitHub)
Restructured file system
Minor code refactoring
Refactored twinBASIC source to more fully take advantage of tB's extended feature set
Compiled twinBASIC DLL using older tB compiler v423 to fix Err.Raise bug in more recent tB compiler versions

v0.9

Choose a tag to compare

@GCuser99 GCuser99 released this 26 Feb 18:48
version update

removed incorrect error handling for exceeding maximum number of constraints Solver can handle - SolverWrapper now defers to DLL for handling

v0.8

Choose a tag to compare

@GCuser99 GCuser99 released this 24 Feb 13:52
version update

added error handling for case when objective is defined with more than one cell
minor improvements to test modules

v0.7

Choose a tag to compare

@GCuser99 GCuser99 released this 22 Feb 20:56
version update

Fixed processing of constraints to insure that FormulaText has leading "=" sign
Added logic to AreConstraintsSatisfied function in SolvUtils module to guard against invalid non-numeric constraint cells

v0.6

Choose a tag to compare

@GCuser99 GCuser99 released this 20 Feb 14:50
Update SolverWrapperDLLSetup.exe

v0.5

Choose a tag to compare

@GCuser99 GCuser99 released this 20 Feb 01:06
a4ee629
Delete dev/ActiveX_DLL/no_registration/SolverWrapper_win32.dll