mainbranch fixes to:
- fix quoted characters output - fix line position in read_term and friends - make messages look a bit better - CLP(BN) EM improvements.
This commit is contained in:
@@ -28,7 +28,5 @@ goal(student_intelligence(P,V)) :-
|
||||
goal(course_difficulty(P,V)) :-
|
||||
pos:course_difficulty(P,V1),
|
||||
( random > 0.1 -> V = V1 ; true).
|
||||
/*
|
||||
goal(registration_satisfaction(P,V)) :-
|
||||
pos:registration_satisfaction(P,V).
|
||||
*/
|
||||
|
Reference in New Issue
Block a user