The dynamic tag has no wiki summary.
0
votes
0answers
70 views
Dynamic programming proof
I have aquestion, lets say im trying to maximize:
S=∑j=1nfj(xj)
subject to
∑j=1nxj≤B,
where B∈ℤ+ and fj:ℝ→ℝ.
how would i do this using dynamic programming and what would be the states and ...
0
votes
0answers
54 views
Multi tenancy like problem in a single application
I have a web site that is, at a simple level, a document that contains a series of forms and a workflow as to how that document is managed. There are other systems which are outside of the document ...