Releases: GCuser99/SolverWrapper
Releases · GCuser99/SolverWrapper
v1.1
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
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
version update
removed incorrect error handling for exceeding maximum number of constraints Solver can handle - SolverWrapper now defers to DLL for handling
v0.8
version update
added error handling for case when objective is defined with more than one cell
minor improvements to test modules
v0.7
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
Update SolverWrapperDLLSetup.exe
v0.5
Delete dev/ActiveX_DLL/no_registration/SolverWrapper_win32.dll
v0.3
Merge branch 'main' of https://github.com/GCuser99/SolverWrapper