Re: Calculation Operator ">" not ">=" !!



On Oct 24, 8:21 am, toni.lass...@xxxxxxxxx wrote:
On Oct 24, 4:12 am, monir <mon...@xxxxxxxxxxxx> wrote:

3. The desired condition "A1 > B1" CAN NOT be replaced by "A1 >= B1 OR
"A1 >= B1+something". A singular behaviour exists at A1=B1, and thus
the condition doesn't exist. Keep in mind that the correct solution
could yield A1 value to be a fraction or many-order-of-magnitude
greater than B1.

4. I've done some additional analytical work on the condition A1 > B1
and been able to reformulate the problem such that the constraint is
no longer required. The number of constraints now is less by one.

5. Solver now works correctly and as desired, yet I'm still curious to
why ">", "<", and/or "<>" are not included in the comparison operators
box !! I'm sure, if asked, MS would/could provide a lengthy and
complex reasoning!!

Optimization problems with strict inequality constraints typically
have no solutions (the feasible set is not closed), so it would not
make sense to include such constraints in the solvers. The best
workaround, as you seem to have done, is to circumvent the constraint
by formulating the problem in a slightly different way.

Tim and toni;
Thank you kindly for your time and for your contribution to the post.
Monir

.



Relevant Pages

  • Re: Calculation Operator ">" not ">=" !!
    ... Keep in mind that the correct solution ... could yield A1 value to be a fraction or many-order-of-magnitude ... The number of constraints now is less by one. ... Solver now works correctly and as desired, ...
    (sci.math.num-analysis)
  • Re: stupid question
    ... Philip Haddad wrote: ... tell Lisp what constraints a correct solution must ...
    (comp.lang.lisp)
  • Re: Min and max values for a 2-variables function
    ... If one fixes the numerator of a fraction, how does one increase the value of the fraction? ... > something about how to differentiate the function, ... the constraints into account as well. ... To use Lagrange multipliers, you need to express the constraints in ...
    (sci.math)

Quantcast