Skip to content

Instantly share code, notes, and snippets.

@rahulaga
Last active November 7, 2017 16:40
Show Gist options
  • Select an option

  • Save rahulaga/18dda9055f785f5c9a19ebe72041d2bd to your computer and use it in GitHub Desktop.

Select an option

Save rahulaga/18dda9055f785f5c9a19ebe72041d2bd to your computer and use it in GitHub Desktop.
Possibility. Value.
a2 = a1 AND b1 = b2. 1.
a1 ≤ a2 AND b1 < b2. 0.9.
a1 ≤ a2 AND b2 < b1. 0.7.
a2 < a1 AND b2 ≤ b1. 0.9.
a2 < a1 AND b1 ≤ b2. 0.7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment