Home
last modified time | relevance | path

Searched refs:edge_constraint (Results 1 – 4 of 4) sorted by relevance

/dports/cad/opencascade/opencascade-7.6.0/tests/bugs/filling/
H A Dbug2334310 restore [locate_data_file bug23343_edge_constraint.brep] edge_constraint
17 if [catch {gplate result 1 4 initFace edge_constraint 0 p1 p2 p3 p4} catch_result] {
/dports/math/py-or-tools/or-tools-9.2/examples/cpp/
H A Duncapacitated_facility_location.cc129 MPConstraint* edge_constraint = in UncapacitatedFacilityLocation() local
131 edge_constraint->SetCoefficient(edge.x, -1); in UncapacitatedFacilityLocation()
132 edge_constraint->SetCoefficient(xf[f], 1); in UncapacitatedFacilityLocation()
/dports/cad/gmsh/gmsh-4.9.2-source/Mesh/
H A DBDS.h382 bool edge_constraint(BDS_Point *p1, BDS_Point *p2);
/dports/misc/py-orange3-network/orange3-network-ec534c9/orangecontrib/network/widgets/
H A DOWNxAnalysis.py264 if curr_method.edge_constraint not in allowed_edge_types: