Skip to content
Snippets Groups Projects
Commit bda535b3 authored by Khalid Zada, Jawid (PG/T - Comp Sci & Elec Eng)'s avatar Khalid Zada, Jawid (PG/T - Comp Sci & Elec Eng)
Browse files

added the completed ILP Model to the main project file

parent 634e8d2c
No related branches found
No related tags found
No related merge requests found
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%Module Loading Starts..
:- use_module(aleph).
:- if(current_predicate(use_rendering/1)).
:- use_rendering(prolog).
:- endif.
:- aleph.
:-style_check(-discontiguous).
%Module Loading ends..
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
:- aleph_set(i,3).
:- modeh(1,recommended(+id)).
:- modeb(1,ground_service(+id,#val)).
:- modeb(1,value_for_money(+id,#val)).
:- determination(recommended/1,ground_service/2).
:- determination(recommended/1,value_for_money/2).
:-begin_bg.
:-end_bg.
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment