Knapsack problem/Continuous: Difference between revisions

m
→‎version 1: commented about the program's pedigree.
m (→‎version 1: reduced clutter in some variable names, simplified the algorithm.)
m (→‎version 1: commented about the program's pedigree.)
Line 1,916:
=={{header|REXX}}==
===version 1===
AnyOriginally resemblance toused the Fortran codeprogram isas 120%a coincidentalprototype.
<br>Some amount of code was added to make the output pretty.
<lang rexx>/*REXX program solves the burglar's knapsack (continuous) problem. */