Skip to content

Releases: GCuser99/SolverWrapper

v1.1

24 Jun 13:16
Compare
Choose a tag to compare
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

18 Jun 19:09
Compare
Choose a tag to compare

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

26 Feb 18:48
Compare
Choose a tag to compare
version update

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

v0.8

24 Feb 13:52
Compare
Choose a tag to compare
version update

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

v0.7

22 Feb 20:56
Compare
Choose a tag to compare
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

20 Feb 14:50
Compare
Choose a tag to compare
Update SolverWrapperDLLSetup.exe

v0.5

20 Feb 01:06
a4ee629
Compare
Choose a tag to compare
Delete dev/ActiveX_DLL/no_registration/SolverWrapper_win32.dll

v0.3

18 Feb 16:14
Compare
Choose a tag to compare
Merge branch 'main' of https://github.com/GCuser99/SolverWrapper

v0.2

17 Feb 20:18
Compare
Choose a tag to compare

updated DLL setup

v0.1

17 Feb 00:47
75cf96c
Compare
Choose a tag to compare

Initial Release