Skip to content
Snippets Groups Projects
Commit 00b02165 authored by Philippe Suter's avatar Philippe Suter
Browse files

Testcase for integer equation. Doesn't work, for now.

parent d8fc644e
Branches
Tags
No related merge requests found
import leon.Utils._
object ChooseArith {
def c1(a : Int) : (Int, Int) =
choose((x:Int,y:Int) => 2*x + 4*a == -y)
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment