solver.hxx (925e7d74) solver.hxx (b1f1da72)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 42 unchanged lines hidden (view full) ---

51 com::sun::star::uno::Sequence< com::sun::star::sheet::SolverConstraint > maConstraints;
52 sal_Bool mbMaximize;
53 // set via XPropertySet
54 sal_Bool mbNonNegative;
55 sal_Bool mbInteger;
56 sal_Int32 mnTimeout;
57 sal_Int32 mnEpsilonLevel;
58 sal_Bool mbLimitBBDepth;
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 42 unchanged lines hidden (view full) ---

51 com::sun::star::uno::Sequence< com::sun::star::sheet::SolverConstraint > maConstraints;
52 sal_Bool mbMaximize;
53 // set via XPropertySet
54 sal_Bool mbNonNegative;
55 sal_Bool mbInteger;
56 sal_Int32 mnTimeout;
57 sal_Int32 mnEpsilonLevel;
58 sal_Bool mbLimitBBDepth;
59 sal_Bool
60 mbNonLinearTest;
59 // results
60 sal_Bool mbSuccess;
61 double mfResultValue;
62 com::sun::star::uno::Sequence< double > maSolution;
63 rtl::OUString maStatus;
64
65public:
66 SolverComponent( const com::sun::star::uno::Reference<

--- 57 unchanged lines hidden ---
61 // results
62 sal_Bool mbSuccess;
63 double mfResultValue;
64 com::sun::star::uno::Sequence< double > maSolution;
65 rtl::OUString maStatus;
66
67public:
68 SolverComponent( const com::sun::star::uno::Reference<

--- 57 unchanged lines hidden ---