Re: Speed Up Imposing of Constraints
- From: A.L. <alewando@xxxxxxxxxx>
- Date: Sat, 22 Mar 2008 18:31:51 -0500
On Sat, 22 Mar 2008 15:51:18 -0700 (PDT), David
<davidtian480@xxxxxxxxxxx> wrote:
On 22 Mar, 22:25, A.L. <alewa...@xxxxxxxxxx> wrote:
On Sat, 22 Mar 2008 14:56:38 -0700 (PDT), David
<davidtian...@xxxxxxxxxxx> wrote:
Hi,
My problem is a data mining problem (a discretization problem) and I
modelled it as a constraint satisfaction optimization problem (CSOP).
For different instances of problems, the CSP consists of different
total number of constraints. However, when the number of constraints
increases, the time to impose them goes increases rapidly. To impose
28552 constraints, it takes 261.70 seconds. There can be large
problems with more constraints than this problem, this makes my CSOP
inefficient.
I impose all the constraints one by one. I am wondering if there is
another way to impose the constraints to speed up the imposing speed.
It is always good to furmulate your questions in a way that it is
clear what you are saking about
A.L.
I used a loop to impose each constraint in turn. I just wonder if
there is a faster way to impose the constraints.
David
What is "imposing".. What "constraint"? What constraint model are you
uisng? What constraint programming system are you using? What PROBLEM
are you solving?
A.L.
.
- References:
- Speed Up Imposing of Constraints
- From: David
- Re: Speed Up Imposing of Constraints
- From: A . L .
- Re: Speed Up Imposing of Constraints
- From: David
- Speed Up Imposing of Constraints
- Prev by Date: Re: Speed Up Imposing of Constraints
- Next by Date: Re: Speed Up Imposing of Constraints
- Previous by thread: Re: Speed Up Imposing of Constraints
- Next by thread: Re: Speed Up Imposing of Constraints
- Index(es):
Relevant Pages
|
|