Questions tagged [ilog]

Recently purchased and rebranded by IBM as Websphere JRules, ILog JRules is the former name of a suite of tools used to create and run rule-based applications.

Recently purchased and rebranded by IBM as Websphere JRules, ILog JRules is the former name of a suite of tools used to create and run rule-based applications.ILOG is available for both java and .net platforms.Rules can be authored in Rule Studio ( powered by eclipse ). ILOG can be downloaded as a 90 days trial version which consists of the rule studio , a rule team server and a rule execution server. ILOG makes use well know rule execution algorithms like RetePlus algorithm.The rules can also be edited in MS Office Word,which further makes the life life is business users easy,thus minimizing the IT intervention.

195 questions
1
vote
2 answers

javax.naming.NameNotFoundException: Name "ilog.rules.res.session.impl.ejb3.IlrStatelessSessionLocal" not found in context "ejblocal:"

I just want to call a Ruleset with Local EJB3 Session. I get the exception javax.naming.NameNotFoundException: Name "ilog.rules.res.session.impl.ejb3.IlrStatelessSessionLocal" not found in context "ejblocal:" in websphere. What are the possibilities…
Ying Style
  • 752
  • 2
  • 7
  • 25
1
vote
1 answer

ILOG OPL vs. Python

I am trying to convert my OPL model to Python using the Gurobi Python API. I wanted to know if there is an equivalent of OPL tuple structure in Python. Best to show an example: tuple tup_Leg { key string Route; key string Leg; int…
1
vote
1 answer

String to date + treatment + date to string

I am working with WODM rule designer V7.5, my XOM is an XSD I should compare the date of a transaction with the current date, so if a client does a transaction, the expiration date of his account should be incremented by one year ! Dates in my XOM…
1
vote
1 answer

Maximizing an objective function in CPLEX by using ILOG

I was working on a project and I was wondering something about the functions of CPLEX for ILOG. For instance, I'm selling products for each customer, I have different probabilites for each of 6 products.It means probability of a person buying a…
Ahmet Tanakol
  • 849
  • 2
  • 20
  • 40
1
vote
1 answer

Java interfaces for IBM ILOG

I have installed the IBM ILOG v12.2 for Linux on a server whose OS is Red Hat Linux. I programmed the Java interfaces, and when I run it on the server, the following errors show: Native code library failed to load: ensure the appropriate library…
Wilson
  • 13
  • 3
1
vote
1 answer

ILOG variable set equivalent in Drools

I am trying to migrate an existing ILOG JRules based application to Drools based project. In ILOG we have local variables (and variable set) which can be used to calculate and store intermediate values within rules (formulas). Is there an equivalent…
Viral Patel
  • 8,506
  • 3
  • 32
  • 29
1
vote
1 answer

CPLEX Error 1001 Out of memory

I was trying to solve an IMP with CPLEX. It throws an exception "CPLEX Error 1001: Out of memory" when I am building the model. The model contains around 2200000 line. I am getting this error while optimizing after using CPXmipopt. how I can…
user177911
1
vote
0 answers

Network virtualization

Does anyone know about the implementation of network virtualization in java, for details it's the embedding problem between the substrate network and the virtual request (both of them can be presented as graphs). Thanks.
1
vote
1 answer

install ilog res and invoke

It's the first time I work with Jrules Ilog7.0.1 and WebLogic 9.2. Here are the install steps: Enabling Anonymous Admin Server Lookup for MBeans Adding new groups and users Deploying the jrules-res-xu-WL92.rar Deploying the Rule Execution Server…
Luffy
  • 99
  • 1
  • 10
1
vote
1 answer

Change persistance of J2SE session in ilog jrules

I have created a J2SE session in jrules to test my business rules. the rule engine is searching for the rule app in the /res_data directory by default. Is it possible to change the configuration of the rule engine to give a custom path.
venky
  • 73
  • 12
1
vote
2 answers

Where can I get ILOG jars

Where can I get the below ILOG jars jrules-engine.jar jrules-res-XXXX-session-java.jar (XXXX - represent the version of the ILOG you are using) jrules-res-execution.jar jrules-res-session-XXXX.jar (XXXX - Represents the app server you are using…
user1756023
  • 29
  • 1
  • 4
1
vote
4 answers

How to test ILOG JRules Ruleset without using DVS?

I'm trying to use JRules BRMS 7.1 for a project. And I found out that DVS has some limitation in testing Ruleset. It is that it cannot test the content in collections of complex type in Excel scenario file templates. But I understand it is normal…
1
vote
1 answer

ILOG context IBM

I am new to ILOG and I want to know, what does this statement mean: IlrContext() from ?context; I do not see "context" defined as variable in a sample project in my work space. Is this an implicit variable that is defined in ILOG?
Nrusingha
  • 853
  • 5
  • 19
  • 33
1
vote
1 answer

Working with IBM rule engine

I have been asked to write a proof of concept (POC) that works with IBM rule engine (ILog). I have seen a lot of documentation in IBM site but still didn't manage to use it to progress with the POC. Has anyone used the IBM rule engine and can give…
user1520742
  • 11
  • 1
  • 3
1
vote
1 answer

Register xml namespace for msbuild

I have an ILOG "rulep" project file. It starts off like this:
Amy B
  • 108,202
  • 21
  • 135
  • 185