Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Linear cell complex: facet membership query

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Linear cell complex: facet membership query


Chronological Thread 
  • From: Pranav <>
  • To:
  • Subject: Re: [cgal-discuss] Linear cell complex: facet membership query
  • Date: Sun, 24 Jan 2016 22:15:45 -0800 (PST)
  • Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None ; spf=SoftFail ; spf=None
  • Ironport-phdr: 9a23:mA+bHRRyq66oYu7k+vMXq8DB2tpsv+yvbD5Q0YIujvd0So/mwa64ZxON2/xhgRfzUJnB7Loc0qyN4/6mADRRqsfc+Fk5M7VyFDY9wf0MmAIhBMPXQWbaF9XNKxIAIcJZSVV+9Gu6O0UGUOz3ZlnVv2HgpWVKQka3CwN5K6zPF5LIiIzvjqbpq8OVOl0Zz2vgKZpJbzyI7izp/vEMhoVjLqtjgjDomVBvP9ps+GVzOFiIlAz97MrjtLRq8iBXpu5zv5UYCfayLOwESulTAz0idmw0/8b2rgLrTA2V53JaXH9FvABPBl399hj8V4m55jPgv+x0xnmbPNb9Zb8xUDWmqaxsTUm72288Kzcl/TSP2YRLh6VBrUf5qg==

I also would like to add my original problem to the description:
/Given 2 linear cell complexes(say lcc1 and lcc2), determine if all
2-cells(facets) of lcc1 are present in lcc2. /

For this problem, is it meaningful to convert lcc1 and lcc2 to corresponding
Nef polyhedrons and perform boolean operations to extract facets which are
present in lcc1 but not in lcc2? Actually, I suspect validity of this
approach because from documentation of Linear cell complex and Nef
polyhedron it seems that Linear cell complex are more general in terms of
their capability to model domains than Nef polyhedron.



--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Linear-cell-complex-facet-membership-query-tp4661486p4661514.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.18.

Top of Page