Skip to content
Snippets Groups Projects
Commit 2633b157 authored by Ali Sinan Köksal's avatar Ali Sinan Köksal
Browse files

basic product example

parent 2216ebb1
No related branches found
No related tags found
No related merge requests found
import cp.Definitions._
import cp.Terms._
object Product {
def main(args: Array[String]): Unit = {
val c1 = ((x: Int) => x > 5).c
val c2 = ((x: Int) => x > 41).c
val c3 = c1 product1 c2
println(c3.solve)
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment