Re: Calculation Operator ">" not ">=" !!
- From: Tim Wescott <tim@xxxxxxxxxxxxxxxx>
- Date: Sun, 21 Oct 2007 21:28:26 -0500
On Sun, 21 Oct 2007 10:44:02 -0700, monir wrote:
Hello;
I was a bit hesitant to post this question for obvious reasons, but I
decided to post it anyway!! You never know!
I've two real variables: A & B. The MS application has the following
built-in comparison operators to choose from:
<= , = , >= , int(eger)
One may choose one or more operators from the above list.
I need to specify : A > B
Is there an intelligent way of doing so ???
(choosing the constraint A >= B appears to force the built-in
procedure to first try A = B and fails)
Thank you.
Monir
_What_ Microsoft application? There's a lot of them.
A > B = not(A <= B).
--
Tim Wescott
Control systems and communications consulting
http://www.wescottdesign.com
Need to learn how to apply control theory in your embedded system?
"Applied Control Theory for Embedded Systems" by Tim Wescott
Elsevier/Newnes, http://www.wescottdesign.com/actfes/actfes.html
.
- Follow-Ups:
- Re: Calculation Operator ">" not ">=" !!
- From: monir
- Re: Calculation Operator ">" not ">=" !!
- Prev by Date: solution manual
- Next by Date: how to solve this kind of optimization problem
- Previous by thread: Ross - A First Course in Probabilty, 7th ed
- Next by thread: Re: Calculation Operator ">" not ">=" !!
- Index(es):
Relevant Pages
|