NLP for CP
Addressing Constraint Programming with Natural Language Processing
Home
Resources
Publications
Correct
predictions are in
blue
. If we detect only a subset of a labelled sentence, we highlight the caught part as
blue
, the missing part
light blue.
False positives
are in
green
and
false negatives
are in
red
.
Problem 034 (Warehouse location) — Constraint detection
In
the
Warehouse
Location
problem
-LRB-
WLP
-RRB-
,
a
company
considers
opening
warehouses
at
some
candidate
locations
in
order
to
supply
its
existing
stores
.
Each
possible
warehouse
has
the
same
maintenance
cost
,
and
a
capacity
designating
the
maximum
number
of
stores
that
it
can
supply
.
Each
store
must
be
supplied
by
exactly
one
open
warehouse
.
The
supply
cost
to
a
store
depends
on
the
warehouse
.
The
objective
is
to
determine
which
warehouses
to
open
,
and
which
of
these
warehouses
should
supply
the
various
stores
,
such
that
the
sum
of
the
maintenance
and
supply
costs
is
minimized
.
Problem 034 (Warehouse location) — Detection of the decisions and objects to be modeled
In
the
Warehouse
Location
problem
-LRB-
WLP
-RRB-
,
a
company
considers
opening
warehouses
at
some
candidate
locations
in
order
to
supply
its
existing
stores
.
Each
possible
warehouse
has
the
same
maintenance
cost
,
and
a
capacity
designating
the
maximum
number
of
stores
that
it
can
supply
.
Each
store
must
be
supplied
by
exactly
one
open
warehouse
.
The
supply
cost
to
a
store
depends
on
the
warehouse
.
The
objective
is
to
determine
which
warehouses
to
open
,
and
which
of
these
warehouses
should
supply
the
various
stores
,
such
that
the
sum
of
the
maintenance
and
supply
costs
is
minimized
.
Back to list