-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not equals constraint #103
Comments
Spitballing: Would it work if you said something is gte (x+smallAmount)
and lte (x-smallAmount) ?
x + y != 5
—————
x + y < 4.999
x - y > 5.001
…On Fri, Nov 29, 2019 at 9:57 AM James Weston ***@***.***> wrote:
I'm clicking around in the codebase a bunch, sorry if I missed something,
but is there anyway to implement a not equals constraint?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#103?email_source=notifications&email_token=AAS6F5ZTVDHVX22H5VVZ7YLQWE3YFA5CNFSM4JTBG7A2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4H45N22Q>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAS6F55IE27Y7YWPB3JXENDQWE3YFANCNFSM4JTBG7AQ>
.
|
Sorry, rushed that first answer.
Not sure if it’s possible; but I’ll keep looking.
On Fri, Nov 29, 2019 at 12:18 PM Justin Wolcott <[email protected]>
wrote:
… Spitballing: Would it work if you said something is gte (x+smallAmount)
and lte (x-smallAmount) ?
x + y != 5
—————
x + y < 4.999
x - y > 5.001
On Fri, Nov 29, 2019 at 9:57 AM James Weston ***@***.***>
wrote:
> I'm clicking around in the codebase a bunch, sorry if I missed something,
> but is there anyway to implement a not equals constraint?
>
> —
> You are receiving this because you are subscribed to this thread.
> Reply to this email directly, view it on GitHub
> <#103?email_source=notifications&email_token=AAS6F5ZTVDHVX22H5VVZ7YLQWE3YFA5CNFSM4JTBG7A2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4H45N22Q>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AAS6F55IE27Y7YWPB3JXENDQWE3YFANCNFSM4JTBG7AQ>
> .
>
|
Can you present your idea as a model constraint? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm clicking around in the codebase a bunch, sorry if I missed something, but is there anyway to implement a not equals constraint?
The text was updated successfully, but these errors were encountered: