All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ject.arg.delp.1.27.source-code.stocks.txt Maven / Gradle / Ivy

There is a newer version: 1.28
Show newest version
buy_stock(C) -< good_price(C).
~buy_stock(C) -< good_price(C), risky_company(C).
risky_company(C) -< in_fusion(C,D).
risky_company(C) -< closing(C).
~risky_company(C) -< in_fusion(C,D), strong(D).

good_price(acme).
in_fusion(acme,steel). % -< true.
strong(steel). % -< true.

% we could make this a built-in:
%true.




© 2015 - 2025 Weber Informatics LLC | Privacy Policy