-
CyLP is a Cython interface to COIN-OR’s Linear and mixed-integer program solvers (CLP, CBC, and CGL).
We should add a MILP backend that goes through CyLP, because the interface is much more complet…
-
Is there any possibility to change the numbers of cuts used by Concorde to solve TSP? I mean, I think it is currently working con 16 cuts, can I change to 25 for example?
-
What should I do if I want to make an interactive cut on the 3d volume, that is, to draw a closed area with the mouse, and then only retain the volume part in the closed area? Which function should I …
-
There are times I want to print parts that initially are too big for the printer. By adding negative volumes the resulting part fit the limits. Prusa Slicer will not allow this to be sliced. The p…
-
Often when I am testing a new design, I want to print out only a small region of the final print.
Typically, this requires a sequence of horizontal & vertical cuts to remove all the areas I don't wan…
-
Hey guys.
I've Implemented automatic screenshot capturing using function object block.
```
postPro_images
{
type runTimePostProcessing;
libs ("librunTimePo…
-
Proposed by Pascal:
> He (Daniel) was suggesting we studied together something about proofs for SAT, for PxTP. I proposed to look at proofs for pseudo-boolean constraints (linear constraints of the …
-
**Is your feature request related to a problem? Please describe.**
A constant problem I face when planning CAS missions is that they are ineffective when handled by the AI inside DCS. I decided to ch…
-
1. Cutting Plane not exactly
When I init a CuttingPlaneGroup with a CubeVisual3D cutting by 2 plane 3D like Example. The planes cut the cube not exactly.
![image](https://user-images.githubuserc…
-
Describe the new feature
--------------------------
Expose setting of RandomS(eed) option for CBC/COIN-OR solvers as direct argument to solver instantiation API (`pulp.apis.coin_api.PULP_CBC_CMD…