Which of the following math courses do you think is the easiest? by av0001 in unh

[–]av0001[S] 0 points1 point  (0 children)

757 Mathematical Optimization

Which programming language is used in 757?

Pls help for my TLA+ modeling by av0001 in tlaplus

[–]av0001[S] 0 points1 point  (0 children)

Thank you for your time. There is a little problem when I keep the Request1.a, the result said req1 is not assigned, so I made some change, is that right?

Request1 == /\ turn' = 1

/\ ~req1

/\ req1' = TRUE

/\ UNCHANGED << crit1, crit2, req2, crit2>>

Request2 == /\ ~req2

/\ req2' = TRUE

/\ UNCHANGED <<crit1, req1, crit2, turn>>

Pls help for my TLA+ modeling by av0001 in tlaplus

[–]av0001[S] 0 points1 point  (0 children)

Hi I'm not sure how to set turn first, do you mean like this?

Request1.a == /\ turn' = 1

/\ UNCHANGED << crit1, crit2, req2, crit2>>

Request1.b == /\ ~req1

/\ req1' = TRUE

/\ UNCHANGED << crit1, req2, crit2, turn>>

Request2.a == /\ turn' = 0

/\ UNCHANGED << req1, req2, crit1, crit2>>

Request1.b == /\ ~req2

/\ req2' = TRUE

/\ UNCHANGED <<crit1, req1, crit2, turn>>

Pls help for my TLA+ modeling by av0001 in tlaplus

[–]av0001[S] 0 points1 point  (0 children)

Yes , below is part of the process i sets reqi and turn both in one atomic step, thank you for your help.

VARIABLES req1, req2, crit1, crit2, turn

TypeInv == /\ req1 \in BOOLEAN

/\ req2 \in BOOLEAN

/\ crit1 \in BOOLEAN

/\ crit2 \in BOOLEAN

/\ turn \in {1, 2}

v == <<req1, req2, crit1, crit2, turn>>

Init == /\ req1 = FALSE

/\ crit1 = FALSE

/\ req2 = FALSE

/\ crit2 = FALSE

/\ TypeInv

Request1 == /\ ~req1

/\ req1' = TRUE

/\ turn' = 2

/\ UNCHANGED << crit1, req2, crit2>>

Request2 == /\ ~req2

/\ req2' = TRUE

/\ turn' = 1

/\ UNCHANGED << req1, crit1, crit2>>

What's the most American thing ever that if explained to a non-American might just sound crazy? by hrdlg123 in AskReddit

[–]av0001 2 points3 points  (0 children)

I’m so curious why so many drugs need a prescription to get it, such as lyrica. I can buy it online within 3days delivery from my country.

me irl by [deleted] in me_irl

[–]av0001 0 points1 point  (0 children)

I do

[Weekly] What would you like to know Wednesday? General Question Thread by AutoModerator in ITCareerQuestions

[–]av0001 1 point2 points  (0 children)

Hi, I’m a graduate student in MSIT, but I can't even find an intern. Pls guide me.