simplex icon indicating copy to clipboard operation
simplex copied to clipboard

Parse

Open rickhull opened this issue 8 years ago • 1 comments

This PR is based on Modernize and Array. This adds a parse module that allows:

Simplex.maximize('x + y',
                 '2x + y <= 4',
		 'x + 2y <= 3')

# => [1.6666666666666667, 0.6666666666666666]

rickhull avatar Oct 31 '17 20:10 rickhull

FYI, I folded all of my changes into my own project: https://github.com/rickhull/compsci/blob/master/lib/compsci/simplex.rb

rickhull avatar Dec 30 '20 17:12 rickhull