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
0
votes
1 answer

How to call java class from ILOG JRules business rules

How to call java class from ILOG JRules ? Is there any way or alternative ? kindly share. Well we have in a situation like we have to call a java class method in ruleset. As particular case does match in business rule then we need to call the…
user1627100
  • 41
  • 1
  • 2
  • 4
0
votes
2 answers

ilog jrules and database connection - Detailed explanation

I am using IBM ILOG JRules for doing a POC and I'm new to JRules. I have a business requirement in which: I will have the Document Classes with their properties in a database. In Rule Studio, I will create a Decision Table with the following…
0
votes
3 answers

Calling Ilog Jrule Rules Execution server from java client

I am trying to execute a rule in IBM Jrule Rules execution server , using a java client. I am having Websphere community Edition V2.1 server, I am able call and execute the rules using JSF deployed in the samae server. I want to call and execute…
muthu vel
  • 119
  • 3
  • 14
0
votes
2 answers

when should I use BOM to XOM mapping ExtenderName in ILOG Jrules

In the rule studio BOM editor , there is BOM to XOM mapping window and it asks for execution name and extender name. I can write java code in a separate project and import it as BOM. So what is the purpose of this extender mechanism ? As always IBM…
Tito
  • 8,894
  • 12
  • 52
  • 86
0
votes
1 answer

RTS synchronization disables the BOM in ILOG Jrules

I synchronized my rule project with a rule team server in another machine. Then checked out the rule project from another machine from the RTS. I added a new member to the BOM from my second machine. Then synched it to the RTS. Now coming to my…
Tito
  • 8,894
  • 12
  • 52
  • 86
0
votes
2 answers

How to pass a collection from a rule to a java method

I have a collection of Type Cars which I need to pass from the ILOG Jrules to my Java evaluation method. My Java evaluation method can accept an Object, so a collection can be accepted. I need to process the collection of cars in my Java XOM and…
Tito
  • 8,894
  • 12
  • 52
  • 86
0
votes
2 answers

using static declaring in ilog jrules java xom model

In my java pojo XOM model , I have a static variable say count.I am executing 5 rules and it is increasing the count variable by one. So in the end of the execution I have value as count = 5 . Now if I declare a non static variable count and…
Tito
  • 8,894
  • 12
  • 52
  • 86
-1
votes
1 answer

How to export solved variables from ILOG CPLEX to MATLAB?

I am using the IBM ilog cplex optimizer to solve a large integer programming problem. I have to depend on MATLAB for generating the data set and I could copy it in the .dat file in the appropriate format. With this .dat file, I could solve the…
-1
votes
1 answer

CPLEX Studio V20.10 fails to open on mac os

I downloaded the IBM ILOG CPLEX Optimization Studio V20.10 for OSX (CC8AVML ) version from the IBM website. I installed it on my MAC, no problem seem to occur during installation. When I go to Applications > CPLEX_Studio201 > opl > oplide I see an…
Ali Kazmi
  • 21
  • 8
-1
votes
1 answer

Why my work in ILOG CPLEX have no solution?

i'm working on a production mix problem in ILOG CPLEX. But there are some problems that occur. My work is about sawmill production mix (production planning for lumber products that transform from log). I tried to solve my problem using 2 file .dat,…
octa
  • 1
-1
votes
1 answer

ILOG CPLEX: Constraint assigning a decision variable in specific order

In CPLEX I built the attached model which I want to use for locating products to locations. The constraint that tries to order the allocation of products to locations in ascending order Stackingorder[s] isn't giving me the desired result. If a…
JLo
  • 1
  • 1
-1
votes
2 answers

Display Constraints and Conflict Information CPLEX ILOG Java

Using the CPLEX ILOG JAVA API, how can I print out the Constraints generated, and if it there was any problem I want to also print the conflict information. I found…
Jose Monreal Bailey
  • 461
  • 1
  • 5
  • 12
-1
votes
1 answer

Building Information logistic application

want to build an ILOG application, yielding to a demand driven information supply of patients before, during and after a medical treatment. The application should know certain content sources (e.g. health databases), know a user’s information…
Sudan Vkv
  • 1
  • 2
-2
votes
2 answers

How to access to a multidimensional decision variable array in Ilog Cplex using Java

I need to access the values of the four-dimensional decion variable after solving my model. Here is the declaration of my decion variable in Java: this.y = new IloIntVar[this.Ncd][][][]; for(int i=0; i
-3
votes
1 answer

Battery scheduling with CP optimizer

I'm a student new at CP optimizer. I want to make battery charging/discharging scheduling in CP. So, I want to know how to charge or discharge at each sept. using CP; int numEVs = ...; range EVs = 0..numEVs-1; int time = ...; range times =…
1 2 3
12
13