CHANGES of Copris
Table of Contents
Overview
This document describes the major changes of Copris (Constraint Programming in Scala).
Version 1.0.1
-
value
andvalues
methods of solvers are now deprecated. Useapply
methods ofSolution
class instead.if (find) println(solution(x)) // instead of println(value(x))
-
Dot product operator of
Vec
is changed from*+
to:*
. -
value method is defined in
Term
andConstraint
classes.if (find) println((x + 1).value(solution))
-
Anonymous variables can be created by
Var()
andBool()
.-
Names like
_1
,_2
, etc. are used for anonymous variables.
-
Names like
Version 1.0.0
- Release of the first version.
Date: 2011-09-05 00:33:35 JST
HTML generated by org-mode 7.3 in emacs 23