Optimization algorithms find the input point set that either {@link GoalType maximize or minimize} an objective function. In the linear case the form ofthe function is restricted to
c1x1 + ... cnxn = vand there may be linear constraints too, of one of the forms:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|